Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c371 const struct dw_hdmi_audio_frl_n *frl_n = NULL; in hdmi_match_frl_n_table() local
376 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()