HomeSort by: relevance | last modified time | path
    Searched refs:NE2000_NPORTS (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ic/
ne2000reg.h 24 #define NE2000_NPORTS 0x20
mx98905.c 355 bus_space_barrier(nict, nich, 0, NE2000_NPORTS,
  /src/sys/arch/evbsh3/t_sh7706lan/
if_ne_mainbus.c 92 if (bus_space_map(nict, 0x10000300, NE2000_NPORTS, 0, &nich))
104 bus_space_unmap(nict, nich, NE2000_NPORTS);
127 if (bus_space_map(nict, 0x10000300, NE2000_NPORTS, 0, &nich)){
135 bus_space_unmap(nict, nich, NE2000_NPORTS);
165 bus_space_unmap(nict, nich, NE2000_NPORTS);
  /src/sys/arch/mmeye/dev/
if_ne_mainbus.c 81 if (bus_space_map(nict, ma->ma_addr1, NE2000_NPORTS, 0, &nich))
93 bus_space_unmap(nict, nich, NE2000_NPORTS);
114 if (bus_space_map(nict, ma->ma_addr1, NE2000_NPORTS, 0, &nich)) {
  /src/sys/dev/isa/
if_ne_isa.c 104 if (bus_space_map(nict, ia->ia_io[0].ir_addr, NE2000_NPORTS, 0, &nich))
117 ia->ia_io[0].ir_size = NE2000_NPORTS;
126 bus_space_unmap(nict, nich, NE2000_NPORTS);
148 if (bus_space_map(nict, ia->ia_io[0].ir_addr, NE2000_NPORTS,
  /src/sys/arch/x68k/dev/
if_ne_neptune.c 98 if (bus_space_map(nict, na->na_addr, NE2000_NPORTS*2, 0, &nich))
110 bus_space_unmap(nict, nich, NE2000_NPORTS);
131 if (bus_space_map(nict, na->na_addr, NE2000_NPORTS*2, 0, &nich)) {
if_ne_intio.c 114 if (bus_space_map(iot, ia->ia_addr, NE2000_NPORTS * 2,
127 bus_space_unmap(iot, ioh, NE2000_NPORTS);
148 if (bus_space_map(iot, ia->ia_addr, NE2000_NPORTS * 2,
  /src/sys/arch/atari/dev/
if_ne_mb.c 134 NE2000_NPORTS << ETHERNEC_PORT_STRIDE, 0, &ioh) != 0)
139 NE2000_NPORTS << ETHERNEC_PORT_STRIDE, 0, &iowh) != 0)
172 bus_space_unmap(iot, iowh, NE2000_NPORTS << ETHERNEC_PORT_STRIDE);
174 bus_space_unmap(iot, ioh, NE2000_NPORTS << ETHERNEC_PORT_STRIDE);
197 NE2000_NPORTS << ETHERNEC_PORT_STRIDE, 0, &ioh) != 0)
202 NE2000_NPORTS << ETHERNEC_PORT_STRIDE, 0, &iowh) != 0)
265 bus_space_unmap(iot, iowh, NE2000_NPORTS << ETHERNEC_PORT_STRIDE);
267 bus_space_unmap(iot, ioh, NE2000_NPORTS << ETHERNEC_PORT_STRIDE);
  /src/sys/arch/evbarm/g42xxeb/
if_ne_obio.c 155 if (bus_space_map(iot, oba->oba_addr, NE2000_NPORTS, 0, &nioh))
221 bus_space_unmap( iot, nioh, NE2000_NPORTS );
  /src/sys/arch/amiga/dev/
if_ne_xsh.c 118 if (bus_space_map(xsht, NE2000_NIC_OFFSET, NE2000_NPORTS, 0, &nich)) {

Completed in 18 milliseconds