Searched refs:cts_val (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/x86/ |
H A D | intel_hdmi_lpe_audio.h | 178 u32 cts_val:24; member
|
H A D | intel_hdmi_audio.c | 731 u32 cts_val; in had_prog_cts() local 735 /* Substitute cts_val with Maud according to DP 1.2 spec*/ in had_prog_cts() 736 cts_val = had_calculate_maud_value(aud_samp_freq, link_rate); in had_prog_cts() 741 cts_val = div64_u64(dividend, divisor); in had_prog_cts() 744 tmds, n_param, cts_val); in had_prog_cts() 745 had_write_register(intelhaddata, AUD_HDMI_CTS, (BIT(24) | cts_val)); in had_prog_cts()
|
/kernel/linux/linux-6.6/sound/x86/ |
H A D | intel_hdmi_lpe_audio.h | 178 u32 cts_val:24; member
|
H A D | intel_hdmi_audio.c | 733 u32 cts_val; in had_prog_cts() local 737 /* Substitute cts_val with Maud according to DP 1.2 spec*/ in had_prog_cts() 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()
|
Completed in 7 milliseconds