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