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

  /src/sys/dev/isa/
i82365_isa.c 111 if (bus_space_map(iot, ia->ia_io[0].ir_addr, PCIC_IOSIZE, 0, &ioh))
121 bus_space_unmap(iot, ioh, PCIC_IOSIZE);
164 bus_space_unmap(iot, ioh, PCIC_IOSIZE);
171 ia->ia_io[0].ir_size = PCIC_IOSIZE;
199 if (bus_space_map(iot, ia->ia_io[0].ir_addr, PCIC_IOSIZE, 0, &ioh)) {
231 PCIC_IOSIZE);
  /src/sys/dev/ic/
i82365reg.h 38 #define PCIC_IOSIZE 2

Completed in 13 milliseconds