Lines Matching refs:cts
15 u32 cts; member
21 .tmds = 25175000, .n = 6144, .cts = 25175,
23 .tmds = 25200000, .n = 6144, .cts = 25200,
25 .tmds = 27000000, .n = 6144, .cts = 27000,
27 .tmds = 27027000, .n = 6144, .cts = 27027,
29 .tmds = 40000000, .n = 6144, .cts = 40000,
31 .tmds = 54000000, .n = 6144, .cts = 54000,
33 .tmds = 54054000, .n = 6144, .cts = 54054,
35 .tmds = 65000000, .n = 6144, .cts = 65000,
37 .tmds = 74176000, .n = 11648, .cts = 140625,
39 .tmds = 74250000, .n = 6144, .cts = 74250,
41 .tmds = 83500000, .n = 6144, .cts = 83500,
43 .tmds = 106500000, .n = 6144, .cts = 106500,
45 .tmds = 108000000, .n = 6144, .cts = 108000,
47 .tmds = 148352000, .n = 5824, .cts = 140625,
49 .tmds = 148500000, .n = 6144, .cts = 148500,
51 .tmds = 297000000, .n = 5120, .cts = 247500,
93 static void hdmi_set_clock_regenerator(struct dw_hdmi *hdmi, u32 n, u32 cts) in hdmi_set_clock_regenerator() argument
106 cts3 |= (cts >> 16) & HDMI_AUD_CTS3_AUDCTS19_16_MASK; in hdmi_set_clock_regenerator()
110 hdmi_write(hdmi, (cts >> 8) & 0xff, HDMI_AUD_CTS2); in hdmi_set_clock_regenerator()
111 hdmi_write(hdmi, cts & 0xff, HDMI_AUD_CTS1); in hdmi_set_clock_regenerator()
148 clk_cts = n_cts_table[index].cts; in hdmi_audio_set_samplerate()