Searched refs:IO_PPI (Results 1 – 2 of 2) sorted by relevance
93 if ((ia->ia_iobase != IOBASEUNK && ia->ia_iobase != IO_PPI) || in pcppi_match()104 if (bus_space_map(ia->ia_iot, IO_PPI, 1, 0, &ppi_ioh)) in pcppi_match()141 ia->ia_iobase = IO_PPI; in pcppi_match()161 bus_space_map(iot, IO_PPI, 1, 0, &sc->sc_ppi_ioh)) in pcppi_attach()
56 #define IO_PPI 0x061 /* Programmable Peripheral Interface */ macro