Home
last modified time | relevance | path

Searched refs:aty_ld_pll (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/aty/
Daty128fb.c569 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) macro
592 return !(aty_ld_pll(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R); in aty_pll_readupdate()
618 aty_ld_pll(PPLL_REF_DIV) | PPLL_ATOMIC_UPDATE_W); in aty_pll_writeupdate()
711 mclk_cntl = aty_ld_pll(MCLK_CNTL); in aty128_reset_engine()
974 x_mpll_ref_fb_div = aty_ld_pll(X_MPLL_REF_FB_DIV); in aty128_timings()
975 xclk_cntl = aty_ld_pll(XCLK_CNTL) & 0x7; in aty128_timings()
983 aty_ld_pll(PPLL_REF_DIV) & PPLL_REF_DIV_MASK; in aty128_timings()
1040 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000)); in aty128_set_crtc()
1344 aty_ld_pll(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN); in aty128_set_pll()
1351 div3 = aty_ld_pll(PPLL_DIV_3); in aty128_set_pll()
[all …]