Searched refs:i9xx_dpll_compute_fp (Results 1 – 2 of 2) sorted by relevance
25 u32 i9xx_dpll_compute_fp(const struct dpll *dpll);
988 u32 i9xx_dpll_compute_fp(const struct dpll *dpll) in i9xx_dpll_compute_fp() function1086 hw_state->fp0 = i9xx_dpll_compute_fp(clock); in i9xx_compute_dpll()1087 hw_state->fp1 = i9xx_dpll_compute_fp(reduced_clock); in i9xx_compute_dpll()1151 hw_state->fp0 = i9xx_dpll_compute_fp(clock); in i8xx_compute_dpll()1152 hw_state->fp1 = i9xx_dpll_compute_fp(reduced_clock); in i8xx_compute_dpll()1267 fp = i9xx_dpll_compute_fp(clock); in ilk_dpll_compute_fp()