Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Ddw_hdmi.c19 static const struct tmds_n_cts n_cts_table[] = { variable
126 for (i = 0; i < ARRAY_SIZE(n_cts_table); i++) in hdmi_lookup_n_cts()
127 if (pixel_clk <= n_cts_table[i].tmds) in hdmi_lookup_n_cts()
130 if (i >= ARRAY_SIZE(n_cts_table)) in hdmi_lookup_n_cts()
147 clk_n = n_cts_table[index].n; in hdmi_audio_set_samplerate()
148 clk_cts = n_cts_table[index].cts; in hdmi_audio_set_samplerate()