Searched refs:tmds_n (Results 1 – 1 of 1) sorted by relevance
1784 const struct dw_hdmi_audio_tmds_n *tmds_n = NULL; in hdmi_match_tmds_n_table() local1790 tmds_n = &plat_data->tmds_n_table[i]; in hdmi_match_tmds_n_table()1796 if (!tmds_n) { in hdmi_match_tmds_n_table()1799 tmds_n = &common_tmds_n_table[i]; in hdmi_match_tmds_n_table()1805 if (!tmds_n) in hdmi_match_tmds_n_table()1810 return tmds_n->n_32k; in hdmi_match_tmds_n_table()1814 return (freq / 44100) * tmds_n->n_44k1; in hdmi_match_tmds_n_table()1818 return (freq / 48000) * tmds_n->n_48k; in hdmi_match_tmds_n_table()