Searched refs:CEC_IOSIZE (Results 1 – 1 of 1) sorted by relevance
68 #define CEC_IOSIZE 8 macro167 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()