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.c221 const struct dw_hdmi_audio_tmds_n *tmds_n = NULL; in dw_hdmi_qp_match_tmds_n_table() local
226 tmds_n = &common_tmds_n_table[i]; in dw_hdmi_qp_match_tmds_n_table()
231 if (!tmds_n) in dw_hdmi_qp_match_tmds_n_table()
236 return tmds_n->n_32k; in dw_hdmi_qp_match_tmds_n_table()
240 return (freq / 44100) * tmds_n->n_44k1; in dw_hdmi_qp_match_tmds_n_table()
244 return (freq / 48000) * tmds_n->n_48k; in dw_hdmi_qp_match_tmds_n_table()