Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_ct.c27 aty_st_8(CLOCK_CNTL_ADDR, (offset << 2) & PLL_ADDR, par); in aty_ld_pll_ct()
35 aty_st_8(CLOCK_CNTL_ADDR, ((offset << 2) & PLL_ADDR) | PLL_WR_EN, par); in aty_st_pll_ct()
38 aty_st_8(CLOCK_CNTL_ADDR, ((offset << 2) & PLL_ADDR) & ~PLL_WR_EN, par); in aty_st_pll_ct()
/openbmc/linux/include/video/
H A Dmach64.h137 #define PLL_ADDR 0xfc macro