Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Dhda_codec.c73 BEEP_FREQ_BASE = 12000, enumerator
512 else if (frequency_hz > BEEP_FREQ_BASE) in hda_codec_start_beep()
514 else if (frequency_hz < BEEP_FREQ_BASE / 0xff) in hda_codec_start_beep()
517 divider_val = 0xff & (BEEP_FREQ_BASE / frequency_hz); in hda_codec_start_beep()