Home
last modified time | relevance | path

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

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