Searched refs:LEMAC_IOSIZE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dif_lc_isa.c100 if (ia->ia_io[0].ir_addr & (LEMAC_IOSIZE - 1))
105 if (bus_space_map(sc->sc_iot, ia->ia_io[0].ir_addr, LEMAC_IOSIZE, 0,
171 ia->ia_io[0].ir_size = LEMAC_IOSIZE;
184 bus_space_unmap(sc->sc_iot, sc->sc_ioh, LEMAC_IOSIZE);
/netbsd-current/sys/dev/ic/
H A Dlemacreg.h70 #define LEMAC_IOSIZE 0x20 /* LEMAC uses 32 bytes of IOSPACE */ macro

Completed in 121 milliseconds