HomeSort by: relevance | last modified time | path
    Searched refs:LEMAC_IOSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
if_lc_isa.c 100 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);
  /src/sys/dev/ic/
lemacreg.h 70 #define LEMAC_IOSIZE 0x20 /* LEMAC uses 32 bytes of IOSPACE */

Completed in 12 milliseconds