Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Di8254.h47 int i8254_enable_beep(uint frequency_hz);
/openbmc/u-boot/drivers/sound/
H A Di8254_beep.c13 return i8254_enable_beep(frequency_hz); in i8254_start_beep()
/openbmc/u-boot/arch/x86/lib/
H A Di8254.c49 int i8254_enable_beep(uint frequency_hz) in i8254_enable_beep() function