Searched refs:PCIC_IOSIZE (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/isa/ |
H A D | i82365_isa.c | 111 if (bus_space_map(iot, ia->ia_io[0].ir_addr, PCIC_IOSIZE, 0, &ioh)) in pcic_isa_probe() 121 bus_space_unmap(iot, ioh, PCIC_IOSIZE); in pcic_isa_probe() 164 bus_space_unmap(iot, ioh, PCIC_IOSIZE); in pcic_isa_probe() 171 ia->ia_io[0].ir_size = PCIC_IOSIZE; in pcic_isa_probe() 199 if (bus_space_map(iot, ia->ia_io[0].ir_addr, PCIC_IOSIZE, 0, &ioh)) { in pcic_isa_attach() 231 PCIC_IOSIZE); in pcic_isa_attach()
|
/netbsd-src/sys/dev/ic/ |
H A D | i82365reg.h | 38 #define PCIC_IOSIZE 2 macro
|