Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/aty/
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()
/linux-5.19.10/include/video/
Dmach64.h135 #define CLOCK_CNTL_ADDR CLOCK_CNTL + 1 macro