Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dppireg.h35 #define IO_PPI 0x61 /* Programmable Peripheral Interface */ macro
46 #define ppi_spkr_on() outb(IO_PPI, inb(IO_PPI) | PIT_SPKR)
47 #define ppi_spkr_off() outb(IO_PPI, inb(IO_PPI) & ~PIT_SPKR)
/f-stack/freebsd/amd64/include/
H A Dppireg.h35 #define IO_PPI 0x61 /* Programmable Peripheral Interface */ macro
46 #define ppi_spkr_on() outb(IO_PPI, inb(IO_PPI) | PIT_SPKR)
47 #define ppi_spkr_off() outb(IO_PPI, inb(IO_PPI) & ~PIT_SPKR)
/f-stack/freebsd/i386/acpica/
H A Dacpi_wakecode.S77 inb $IO_PPI, %al
79 outb %al, $IO_PPI
/f-stack/freebsd/amd64/acpica/
H A Dacpi_wakecode.S82 inb $IO_PPI, %al
84 outb %al, $IO_PPI