Home
last modified time | relevance | path

Searched refs:TCIC_IOSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dtcic2_isa.c163 if (bus_space_map(iot, ia->ia_io[0].ir_addr, TCIC_IOSIZE, 0, &ioh)) in tcic_isa_probe()
173 bus_space_unmap(iot, ioh, TCIC_IOSIZE); in tcic_isa_probe()
196 bus_space_unmap(iot, ioh, TCIC_IOSIZE); in tcic_isa_probe()
203 ia->ia_io[0].ir_size = TCIC_IOSIZE; in tcic_isa_probe()
230 if (bus_space_map(iot, ia->ia_io[0].ir_addr, TCIC_IOSIZE, 0, &ioh)) { in tcic_isa_attach()
/netbsd-src/sys/dev/ic/
H A Dtcic2reg.h39 #define TCIC_IOSIZE 16 macro