Home | History | Annotate | Download | only in t_sh7706lan

Lines Matching defs:nich

83 	bus_space_handle_t nich;
92 if (bus_space_map(nict, 0x10000300, NE2000_NPORTS, 0, &nich))
96 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
101 rv = ne2000_detect(nict, nich, asict, asich);
104 bus_space_unmap(nict, nich, NE2000_NPORTS);
115 bus_space_handle_t nich;
127 if (bus_space_map(nict, 0x10000300, NE2000_NPORTS, 0, &nich)){
132 if (bus_space_subregion(nict, nich, NE2000_ASIC_OFFSET,
135 bus_space_unmap(nict, nich, NE2000_NPORTS);
140 dsc->sc_regh = nich;
149 netype = ne2000_detect(nict, nich, asict, asich);
165 bus_space_unmap(nict, nich, NE2000_NPORTS);