Searched refs:IO_PPI (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/amd64/include/
H A Dppireg.h33 #define IO_PPI 0x61 /* Programmable Peripheral Interface */ macro
44 #define ppi_spkr_on() outb(IO_PPI, inb(IO_PPI) | PIT_SPKR)
45 #define ppi_spkr_off() outb(IO_PPI, inb(IO_PPI) & ~PIT_SPKR)
/freebsd-11-stable/sys/pc98/include/
H A Dppireg.h33 #define IO_PPI 0x35 /* Programmable Peripheral Interface */ macro
43 #define ppi_spkr_on() outb(IO_PPI, inb(IO_PPI) & ~PIT_SPKR)
44 #define ppi_spkr_off() outb(IO_PPI, inb(IO_PPI) | PIT_SPKR)
/freebsd-11-stable/sys/i386/include/
H A Dppireg.h33 #define IO_PPI 0x61 /* Programmable Peripheral Interface */ macro
44 #define ppi_spkr_on() outb(IO_PPI, inb(IO_PPI) | PIT_SPKR)
45 #define ppi_spkr_off() outb(IO_PPI, inb(IO_PPI) & ~PIT_SPKR)
/freebsd-11-stable/sys/i386/acpica/
H A Dacpi_wakecode.S75 inb $IO_PPI, %al
77 outb %al, $IO_PPI
/freebsd-11-stable/sys/amd64/acpica/
H A Dacpi_wakecode.S82 inb $IO_PPI, %al
84 outb %al, $IO_PPI

Completed in 71 milliseconds