/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);
|
/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);
|
/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_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_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_ec.c | 125 bus_space_handle_t nich, asich, memh; local in function:ec_probe 185 ELINK2_ASIC_PORTS, 0, &asich)) 202 x = bus_space_read_1(asict, asich, ELINK2_BCFR); 213 x = bus_space_read_1(asict, asich, ELINK2_PCFR); 237 bus_space_unmap(asict, asich, ELINK2_ASIC_PORTS); 250 bus_space_handle_t nich, asich, memh; local in function:ec_attach 276 ELINK2_ASIC_PORTS, 0, &asich)) { 288 esc->sc_asich = asich; 310 bus_space_write_1(asict, asich, ELINK2_CR, 321 bus_space_write_1(asict, asich, ELINK2_CR, ELINK2_CR_XSEL) 571 bus_space_handle_t asich = esc->sc_asich; local in function:ec_write_mbuf [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_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;
|
/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);
|
/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...] |
/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_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;
|
/src/sys/dev/pci/ |
if_ne_pci.c | 178 bus_space_handle_t asich; local in function:ne_pci_attach 203 NE2000_ASIC_NPORTS, &asich)) { 212 nsc->sc_asich = asich;
|
/src/sys/dev/ic/ |
mx98905.c | 173 bus_space_handle_t asich = nsc->sc_asich; local in function:mx98905_write_mbuf 220 bus_space_write_stream_2(asict, asich, 240 asich, NE2000_ASIC_DATA, 267 bus_space_write_stream_2(asict, asich, NE2000_ASIC_DATA, 273 bus_space_write_stream_2(asict, asich, 297 bus_space_handle_t asich = nsc->sc_asich; local in function:mx98905_ring_copy 306 mx98905_readmem(nict, nich, asict, asich, src, 314 mx98905_readmem(nict, nich, asict, asich, src, dst, amount, useword); 365 mx98905_readmem(bus_space_tag_t nict, bus_space_handle_t nich, bus_space_tag_t asict, bus_space_handle_t asich, int src, u_int8_t *dst, size_t amount, int useword) 378 bus_space_read_multi_stream_2(asict, asich, [all...] |
we.c | 565 bus_space_handle_t asich = wsc->sc_asich; local in function:we_set_media 569 hwr = bus_space_read_1(asict, asich, WE790_HWR); 570 bus_space_write_1(asict, asich, WE790_HWR, 572 gcr = bus_space_read_1(asict, asich, WE790_GCR); 577 bus_space_write_1(asict, asich, WE790_GCR, 579 bus_space_write_1(asict, asich, WE790_HWR,
|
ne2000.c | 107 #define ASIC_BARRIER(asict, asich) \ 108 bus_space_barrier((asict), (asich), 0, 0x10, \ 118 bus_space_handle_t asich = nsc->sc_asich; local in function:ne2000_attach 127 nsc->sc_type = ne2000_detect(nict, nich, asict, asich); 156 ne2000_detect_8bit(nict, nich, asict, asich) || 225 ne2000_writemem(nict, nich, asict, asich, pbuf0, 227 ne2000_readmem(nict, nich, asict, asich, 232 ne2000_writemem(nict, nich, asict, asich, 235 ne2000_readmem(nict, nich, asict, asich, 254 ne2000_writemem(nict, nich, asict, asich, pbuf0 554 bus_space_handle_t asich = nsc->sc_asich; local in function:ne2000_write_mbuf 731 bus_space_handle_t asich = nsc->sc_asich; local in function:ne2000_ring_copy [all...] |
/src/sys/arch/atari/dev/ |
if_ne_mb.c | 120 bus_space_handle_t ioh, iowh, asich; local in function:ne_mb_probe 154 NE2000_ASIC_NPORTS << ETHERNEC_PORT_STRIDE, &asich)) 158 netype = ne2000_detect(iot, ioh, asict, asich); 186 bus_space_handle_t ioh, iowh, asich; local in function:ne_mb_attach 213 NE2000_ASIC_NPORTS << ETHERNEC_PORT_STRIDE, &asich)) 220 nsc->sc_asich = asich; 230 netype = ne2000_detect(iot, ioh, asict, asich);
|
/src/sys/arch/atari/vme/ |
if_we_vme.c | 134 bus_space_handle_t asich, asich1, memh; local in function:we_vme_probe 170 0, &asich) != 0) { 186 (vaddr_t)bus_space_vaddr(asict, asich); 189 if (bus_space_peek_1(asict, asich, WE_PROM + 0) == 0 || 190 bus_space_peek_1(asict, asich, WE_PROM + 1) == 0) 200 reg = bus_space_read_1(asict, asich, WE_PROM + i); 213 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_RST); 216 bus_space_write_1(asict, asich, WE_MSR, 217 bus_space_read_1(asict, asich, WE_MSR) & ~WE_MSR_RST); 225 type = bus_space_read_1(asict, asich, WE_CARD_ID) 309 bus_space_handle_t nich, asich, asich1, memh; local in function:we_vme_attach [all...] |