Searched refs:cal_phy (Results 1 – 1 of 1) sorted by relevance
512 static void fsl_samsung_hdmi_calculate_phy(struct phy_config *cal_phy, unsigned long rate, in fsl_samsung_hdmi_calculate_phy() argument515 cal_phy->pixclk = rate; in fsl_samsung_hdmi_calculate_phy()516 cal_phy->pll_div_regs[0] = FIELD_PREP(REG01_PMS_P_MASK, p); in fsl_samsung_hdmi_calculate_phy()517 cal_phy->pll_div_regs[1] = m; in fsl_samsung_hdmi_calculate_phy()518 cal_phy->pll_div_regs[2] = FIELD_PREP(REG03_PMS_S_MASK, s-1); in fsl_samsung_hdmi_calculate_phy()