Home
last modified time | relevance | path

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

/Linux-v4.19/sound/x86/
Dintel_hdmi_lpe_audio.h186 u32 cts_val:24; member
Dintel_hdmi_audio.c740 u32 cts_val; in had_prog_cts() local
745 cts_val = had_calculate_maud_value(aud_samp_freq, link_rate); in had_prog_cts()
750 cts_val = div64_u64(dividend, divisor); in had_prog_cts()
753 tmds, n_param, cts_val); in had_prog_cts()
754 had_write_register(intelhaddata, AUD_HDMI_CTS, (BIT(24) | cts_val)); in had_prog_cts()