Home | History | Annotate | Download | only in dev

Lines Matching defs:nich

85 	bus_space_handle_t nich;
98 if (bus_space_map(nict, na->na_addr, NE2000_NPORTS*2, 0, &nich))
102 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
107 rv = ne2000_detect(nict, nich, asict, asich);
110 bus_space_unmap(nict, nich, NE2000_NPORTS);
121 bus_space_handle_t nich;
131 if (bus_space_map(nict, na->na_addr, NE2000_NPORTS*2, 0, &nich)) {
136 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
143 dsc->sc_regh = nich;
152 netype = ne2000_detect(nict, nich, asict, asich);