Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dutil.c716 static inline void outb(UINT16 port, UINT8 value) { in outb() function
736 outb(TIMER_CONTROL_PORT, TIMER_PORT_MAGIC); in beep()
737 outb(TIMER_CONTROL2_PORT, counter & 0xFF); in beep()
738 outb(TIMER_CONTROL2_PORT, (counter >> 8) & 0xFF); in beep()
745 outb(SPEAKER_CONTROL_PORT, value); in beep()
751 outb(SPEAKER_CONTROL_PORT, value); in beep()