Searched refs:frl_n (Results 1 – 1 of 1) sorted by relevance
371 const struct dw_hdmi_audio_frl_n *frl_n = NULL; in hdmi_match_frl_n_table() local376 frl_n = &common_frl_n_table[i]; in hdmi_match_frl_n_table()381 if (!frl_n) in hdmi_match_frl_n_table()388 n = (freq / 32000) * frl_n->n_32k; in hdmi_match_frl_n_table()393 n = (freq / 44100) * frl_n->n_44k1; in hdmi_match_frl_n_table()398 n = (freq / 48000) * frl_n->n_48k; in hdmi_match_frl_n_table()