Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c20 static const struct tmds_n_cts n_cts_table[] = { variable
149 for (i = 0; i < ARRAY_SIZE(n_cts_table); i++) in hdmi_lookup_n_cts()
150 if (pixel_clk <= n_cts_table[i].tmds) in hdmi_lookup_n_cts()
153 if (i >= ARRAY_SIZE(n_cts_table)) in hdmi_lookup_n_cts()
170 clk_n = n_cts_table[index].n; in hdmi_audio_set_samplerate()
171 clk_cts = n_cts_table[index].cts; in hdmi_audio_set_samplerate()