plldividers        55 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c static struct plldividers_s plldividers[NB_PLL_MODE] = {
plldividers        86 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c 		if (ckpxpll >= plldividers[i].min &&
plldividers        87 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c 		    ckpxpll < plldividers[i].max) {
plldividers        88 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c 			idf = plldividers[i].idf;
plldividers        89 drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c 			odf = plldividers[i].odf;