Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi_tx3g4c28phy.c55 static struct plldividers_s plldividers[NB_PLL_MODE] = { variable
86 if (ckpxpll >= plldividers[i].min && in sti_hdmi_tx3g4c28phy_start()
87 ckpxpll < plldividers[i].max) { in sti_hdmi_tx3g4c28phy_start()
88 idf = plldividers[i].idf; in sti_hdmi_tx3g4c28phy_start()
89 odf = plldividers[i].odf; in sti_hdmi_tx3g4c28phy_start()