Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/isa/
Dpcppi.c104 if ((ia->ia_iobase != IOBASEUNK && ia->ia_iobase != IO_PPI) ||
115 if (bus_space_map(ia->ia_iot, IO_PPI, 1, 0, &ppi_ioh))
152 ia->ia_iobase = IO_PPI;
174 bus_space_map(iot, IO_PPI, 1, 0, &sc->sc_ppi_ioh))
Disareg.h56 #define IO_PPI 0x061 /* Programmable Peripheral Interface */ macro