Home
last modified time | relevance | path

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

/openbmc/linux/sound/x86/
H A Dintel_hdmi_lpe_audio.h178 u32 cts_val:24; member
H A Dintel_hdmi_audio.c733 u32 cts_val; in had_prog_cts() local
738 cts_val = had_calculate_maud_value(aud_samp_freq, link_rate); in had_prog_cts()
743 cts_val = div64_u64(dividend, divisor); in had_prog_cts()
746 tmds, n_param, cts_val); in had_prog_cts()
747 had_write_register(intelhaddata, AUD_HDMI_CTS, (BIT(24) | cts_val)); in had_prog_cts()