Searched refs:REF_CLK_KHZ (Results 1 – 1 of 1) sorted by relevance
40 #define REF_CLK_KHZ 38400 macro1371 u64 refclk_khz = REF_CLK_KHZ; in calculate_target_dco_and_loop_cnt()1520 u64 refclk_khz = REF_CLK_KHZ; in intel_lt_phy_calculate_hdmi_state()1521 u32 refclk_mhz_int = REF_CLK_KHZ / 1000; in intel_lt_phy_calculate_hdmi_state()1706 temp0 = ((u64)m2div_frac * REF_CLK_KHZ) >> 32; in intel_lt_phy_calc_hdmi_port_clock()1707 temp1 = (u64)m2div_int * REF_CLK_KHZ; in intel_lt_phy_calc_hdmi_port_clock()