Lines Matching defs:nich
64 bus_space_handle_t nich, asich;
81 if (bus_space_map(nict, ma->ma_addr1, NE2000_NPORTS, 0, &nich))
84 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
90 rv = ne2000_detect(nict, nich, asict, asich);
93 bus_space_unmap(nict, nich, NE2000_NPORTS);
104 bus_space_handle_t nich, asich;
114 if (bus_space_map(nict, ma->ma_addr1, NE2000_NPORTS, 0, &nich)) {
119 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
127 dsc->sc_regh = nich;
136 netype = ne2000_detect(nict, nich, asict, asich);