Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c222 const struct dw_hdmi_audio_tmds_n *tmds_n = NULL; in dw_hdmi_qp_match_tmds_n_table() local
227 tmds_n = &common_tmds_n_table[i]; in dw_hdmi_qp_match_tmds_n_table()
232 if (!tmds_n) in dw_hdmi_qp_match_tmds_n_table()
237 return tmds_n->n_32k; in dw_hdmi_qp_match_tmds_n_table()
241 return (freq / 44100) * tmds_n->n_44k1; in dw_hdmi_qp_match_tmds_n_table()
245 return (freq / 48000) * tmds_n->n_48k; in dw_hdmi_qp_match_tmds_n_table()