Home | History | Annotate | Download | only in isa

Lines Matching defs:nich

80 	bus_space_handle_t nich;
104 if (bus_space_map(nict, ia->ia_io[0].ir_addr, NE2000_NPORTS, 0, &nich))
108 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
113 rv = ne2000_detect(nict, nich, asict, asich);
126 bus_space_unmap(nict, nich, NE2000_NPORTS);
138 bus_space_handle_t nich;
149 0, &nich)) {
154 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
161 dsc->sc_regh = nich;
170 netype = ne2000_detect(nict, nich, asict, asich);