Searched refs:phy_freq_type (Results 1 – 1 of 1) sorted by relevance
82 u32 int_status_init, phy_freq_req, phy_freq_type; in ddr_calibration() local149 phy_freq_type = reg_val & 0x1F; in ddr_calibration()150 if (phy_freq_type == 0x00) { in ddr_calibration()152 set_ddr_clk(fsp_table[phy_freq_type] >> 1); in ddr_calibration()157 } else if (phy_freq_type == 0x01) { in ddr_calibration()159 set_ddr_clk(fsp_table[phy_freq_type] >> 1); in ddr_calibration()166 } else if (phy_freq_type == 0x02) { in ddr_calibration()168 set_ddr_clk(fsp_table[phy_freq_type] >> 1); in ddr_calibration()
Completed in 4 milliseconds