Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dcec.c68 #define CEC_IOSIZE 8 macro
167 if (bus_space_map(iot, ia->ia_io[0].ir_addr, CEC_IOSIZE, 0, &ioh)) in cecprobe()
172 ia->ia_io[0].ir_size = CEC_IOSIZE; in cecprobe()
175 bus_space_unmap(iot, ioh, CEC_IOSIZE); in cecprobe()
196 if (bus_space_map(sc->sc_iot, ia->ia_io[0].ir_addr, CEC_IOSIZE, in cecattach()