iPXE
|
8254 Programmable Interval Timer More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
void | pit8254_speaker_delay (unsigned int ticks) |
Delay for a fixed number of timer ticks using the speaker channel. More... | |
8254 Programmable Interval Timer
Definition in file pit8254.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
void pit8254_speaker_delay | ( | unsigned int | ticks | ) |
Delay for a fixed number of timer ticks using the speaker channel.
ticks | Number of timer ticks for which to delay |
Definition at line 41 of file pit8254.c.
References assert(), cmd, high, inb(), low, outb, PIT8254_CH_SPKR, PIT8254_CMD, PIT8254_CMD_ACCESS_LOHI, PIT8254_CMD_BINARY, PIT8254_CMD_CHANNEL, PIT8254_CMD_OP_TERMINAL, PIT8254_DATA, PIT8254_SPKR, PIT8254_SPKR_ENABLE, PIT8254_SPKR_GATE, and PIT8254_SPKR_OUT.
Referenced by __attribute__().