HomeSort by: relevance | last modified time | path
    Searched defs:asich (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/arch/evbsh3/t_sh7706lan/
if_ne_mainbus.c 85 bus_space_handle_t asich; local in function:ne_mainbus_match
97 NE2000_ASIC_NPORTS, &asich))
101 rv = ne2000_detect(nict, nich, asict, asich);
117 bus_space_handle_t asich; local in function:ne_mainbus_attach
133 NE2000_ASIC_NPORTS, &asich)) {
143 nsc->sc_asich = asich;
149 netype = ne2000_detect(nict, nich, asict, asich);
if_ne_mainbus.c 85 bus_space_handle_t asich; local in function:ne_mainbus_match
97 NE2000_ASIC_NPORTS, &asich))
101 rv = ne2000_detect(nict, nich, asict, asich);
117 bus_space_handle_t asich; local in function:ne_mainbus_attach
133 NE2000_ASIC_NPORTS, &asich)) {
143 nsc->sc_asich = asich;
149 netype = ne2000_detect(nict, nich, asict, asich);
  /src/sys/arch/mmeye/dev/
if_ne_mainbus.c 64 bus_space_handle_t nich, asich; local in function:ne_mainbus_match
85 NE2000_ASIC_NPORTS, &asich))
90 rv = ne2000_detect(nict, nich, asict, asich);
104 bus_space_handle_t nich, asich; local in function:ne_mainbus_attach
120 NE2000_ASIC_NPORTS, &asich)) {
130 sc->sc_asich = asich;
136 netype = ne2000_detect(nict, nich, asict, asich);
if_ne_mainbus.c 64 bus_space_handle_t nich, asich; local in function:ne_mainbus_match
85 NE2000_ASIC_NPORTS, &asich))
90 rv = ne2000_detect(nict, nich, asict, asich);
104 bus_space_handle_t nich, asich; local in function:ne_mainbus_attach
120 NE2000_ASIC_NPORTS, &asich)) {
130 sc->sc_asich = asich;
136 netype = ne2000_detect(nict, nich, asict, asich);
  /src/sys/arch/x68k/dev/
if_ne_neptune.c 87 bus_space_handle_t asich; local in function:ne_neptune_match
103 NE2000_ASIC_NPORTS*2, &asich))
107 rv = ne2000_detect(nict, nich, asict, asich);
123 bus_space_handle_t asich; local in function:ne_neptune_attach
137 NE2000_ASIC_NPORTS*2, &asich)) {
146 nsc->sc_asich = asich;
152 netype = ne2000_detect(nict, nich, asict, asich);
if_ne_neptune.c 87 bus_space_handle_t asich; local in function:ne_neptune_match
103 NE2000_ASIC_NPORTS*2, &asich))
107 rv = ne2000_detect(nict, nich, asict, asich);
123 bus_space_handle_t asich; local in function:ne_neptune_attach
137 NE2000_ASIC_NPORTS*2, &asich)) {
146 nsc->sc_asich = asich;
152 netype = ne2000_detect(nict, nich, asict, asich);
if_ne_intio.c 92 bus_space_handle_t asich; local in function:ne_intio_match
120 NE2000_ASIC_NPORTS * 2, &asich))
124 rv = ne2000_detect(iot, ioh, asict, asich);
140 bus_space_handle_t asich; local in function:ne_intio_attach
156 NE2000_ASIC_NPORTS * 2, &asich)) {
165 sc->sc_asich = asich;
172 netype = ne2000_detect(iot, ioh, asict, asich);
if_ne_intio.c 92 bus_space_handle_t asich; local in function:ne_intio_match
120 NE2000_ASIC_NPORTS * 2, &asich))
124 rv = ne2000_detect(iot, ioh, asict, asich);
140 bus_space_handle_t asich; local in function:ne_intio_attach
156 NE2000_ASIC_NPORTS * 2, &asich)) {
165 sc->sc_asich = asich;
172 netype = ne2000_detect(iot, ioh, asict, asich);
  /src/sys/dev/isa/
if_ne_isa.c 82 bus_space_handle_t asich; local in function:ne_isa_match
109 NE2000_ASIC_NPORTS, &asich))
113 rv = ne2000_detect(nict, nich, asict, asich);
140 bus_space_handle_t asich; local in function:ne_isa_attach
155 NE2000_ASIC_NPORTS, &asich)) {
164 nsc->sc_asich = asich;
170 netype = ne2000_detect(nict, nich, asict, asich);
if_ne_isa.c 82 bus_space_handle_t asich; local in function:ne_isa_match
109 NE2000_ASIC_NPORTS, &asich))
113 rv = ne2000_detect(nict, nich, asict, asich);
140 bus_space_handle_t asich; local in function:ne_isa_attach
155 NE2000_ASIC_NPORTS, &asich)) {
164 nsc->sc_asich = asich;
170 netype = ne2000_detect(nict, nich, asict, asich);
if_we_isa.c 110 bus_space_handle_t asich, memh; local in function:we_isa_probe
140 if (bus_space_map(asict, ia->ia_io[0].ir_addr, WE_NPORTS, 0, &asich))
145 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_POW);
156 x += bus_space_read_1(asict, asich, WE_PROM + i);
160 if (bus_space_read_1(asict, asich, WE_CARD_ID) !=
165 if (bus_space_read_1(asict, asich, WE_PROM + 7) != 0)
173 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_RST | WE_MSR_POW);
175 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_RST);
179 bus_space_write_1(asict, asich, WE_MSR,
180 bus_space_read_1(asict, asich, WE_MSR) & ~WE_MSR_RST)
266 bus_space_handle_t nich, asich, memh; local in function:we_isa_attach
    [all...]
if_we_isa.c 110 bus_space_handle_t asich, memh; local in function:we_isa_probe
140 if (bus_space_map(asict, ia->ia_io[0].ir_addr, WE_NPORTS, 0, &asich))
145 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_POW);
156 x += bus_space_read_1(asict, asich, WE_PROM + i);
160 if (bus_space_read_1(asict, asich, WE_CARD_ID) !=
165 if (bus_space_read_1(asict, asich, WE_PROM + 7) != 0)
173 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_RST | WE_MSR_POW);
175 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_RST);
179 bus_space_write_1(asict, asich, WE_MSR,
180 bus_space_read_1(asict, asich, WE_MSR) & ~WE_MSR_RST)
266 bus_space_handle_t nich, asich, memh; local in function:we_isa_attach
    [all...]
  /src/sys/arch/amiga/dev/
if_ne_xsh.c 106 bus_space_handle_t asich; local in function:ne_xsh_attach
123 NE2000_ASIC_NPORTS, &asich)) {
129 ne_xsh_debug_mapping(xsht, nich, asich);
136 nsc->sc_asich = asich;
165 bus_space_handle_t asich)
177 for(va = asich, i = 0; i < NE2000_ASIC_NPORTS; i++) {
if_ne_xsh.c 106 bus_space_handle_t asich; local in function:ne_xsh_attach
123 NE2000_ASIC_NPORTS, &asich)) {
129 ne_xsh_debug_mapping(xsht, nich, asich);
136 nsc->sc_asich = asich;
165 bus_space_handle_t asich)
177 for(va = asich, i = 0; i < NE2000_ASIC_NPORTS; i++) {
if_ne_zbus.c 113 bus_space_handle_t asich; local in function:ne_zbus_attach
134 &asich)) {
143 nsc->sc_asich = asich;
if_ne_zbus.c 113 bus_space_handle_t asich; local in function:ne_zbus_attach
134 &asich)) {
143 nsc->sc_asich = asich;
if_ne_xsurf.c 128 bus_space_handle_t asich; local in function:ne_xsurf_attach
150 NE_XSURF_ASICSIZE, &asich)) {
159 nsc->sc_asich = asich;
if_ne_xsurf.c 128 bus_space_handle_t asich; local in function:ne_xsurf_attach
150 NE_XSURF_ASICSIZE, &asich)) {
159 nsc->sc_asich = asich;
  /src/sys/dev/isapnp/
if_ne_isapnp.c 100 bus_space_handle_t asich; local in function:ne_isapnp_attach
119 NE2000_ASIC_NPORTS, &asich)) {
128 nsc->sc_asich = asich;
134 netype = ne2000_detect(nict, nich, asict, asich);
if_ne_isapnp.c 100 bus_space_handle_t asich; local in function:ne_isapnp_attach
119 NE2000_ASIC_NPORTS, &asich)) {
128 nsc->sc_asich = asich;
134 netype = ne2000_detect(nict, nich, asict, asich);
  /src/sys/arch/prep/pnpbus/
if_we_pnpbus.c 152 bus_space_handle_t nich, asich, memh; local in function:we_pnpbus_attach
164 if (pnpbus_io_map(&pna->pna_res, 0, &asict, &asich)) {
170 if (bus_space_subregion(asict, asich, WE_NIC_OFFSET, WE_NIC_NPORTS,
177 typestr = we_params(asict, asich, &wsc->sc_type, &memsize,
198 wsc->sc_asich = asich;
225 bus_space_write_1(asict, asich, WE790_ICR,
226 bus_space_read_1(asict, asich, WE790_ICR) |
229 bus_space_write_1(asict, asich, WE_IRR,
230 bus_space_read_1(asict, asich, WE_IRR) | WE_IRR_IEN);
257 we_params(bus_space_tag_t asict, bus_space_handle_t asich, u_int8_t *typep, bus_size_t *memsizep, u_int8_t *flagp, int *is790p
    [all...]
if_we_pnpbus.c 152 bus_space_handle_t nich, asich, memh; local in function:we_pnpbus_attach
164 if (pnpbus_io_map(&pna->pna_res, 0, &asict, &asich)) {
170 if (bus_space_subregion(asict, asich, WE_NIC_OFFSET, WE_NIC_NPORTS,
177 typestr = we_params(asict, asich, &wsc->sc_type, &memsize,
198 wsc->sc_asich = asich;
225 bus_space_write_1(asict, asich, WE790_ICR,
226 bus_space_read_1(asict, asich, WE790_ICR) |
229 bus_space_write_1(asict, asich, WE_IRR,
230 bus_space_read_1(asict, asich, WE_IRR) | WE_IRR_IEN);
257 we_params(bus_space_tag_t asict, bus_space_handle_t asich, u_int8_t *typep, bus_size_t *memsizep, u_int8_t *flagp, int *is790p
    [all...]
  /src/sys/dev/mca/
if_ne_mca.c 138 bus_space_handle_t asich; local in function:ne_mca_attach
177 NE2000_ASIC_NPORTS, &asich)) {
186 nsc->sc_asich = asich;
if_ne_mca.c 138 bus_space_handle_t asich; local in function:ne_mca_attach
177 NE2000_ASIC_NPORTS, &asich)) {
186 nsc->sc_asich = asich;
if_we_mca.c 156 bus_space_handle_t nich, asich, memh; local in function:we_mca_attach
247 if (bus_space_map(asict, iobase, WE_NPORTS, 0, &asich)) {
252 if (bus_space_subregion(asict, asich, WE_NIC_OFFSET, WE_NIC_NPORTS,
274 wsc->sc_asich = asich;

Completed in 118 milliseconds

1 2