Searched refs:ppll_div_3 (Results 1 – 2 of 2) sorted by relevance
1238 save->ppll_div_3 = INPLL(PPLL_DIV_3); in radeon_save_state()1259 (mode->ppll_div_3 == (INPLL(PPLL_DIV_3) & in radeon_write_pll_regs()1308 OUTPLLP(PPLL_DIV_3, mode->ppll_div_3, ~PPLL_FB3_DIV_MASK); in radeon_write_pll_regs()1309 OUTPLLP(PPLL_DIV_3, mode->ppll_div_3, ~PPLL_POST3_DIV_MASK); in radeon_write_pll_regs()1527 regs->ppll_div_3 = fb_div | (post_div->bitvalue << 16); in radeon_calc_pll_regs()1531 pr_debug("ppll_div_3 = 0x%x\n", regs->ppll_div_3); in radeon_calc_pll_regs()1595 newmode->ppll_div_3 = rinfo->panel_info.fbk_divider | in radeonfb_set_par()
235 u32 ppll_div_3; member