Searched refs:CLOCK_CNTL_DATA (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
D | aty128.h | 14 #define CLOCK_CNTL_DATA 0x000c macro
|
D | mach64.h | 138 #define CLOCK_CNTL_DATA CLOCK_CNTL + 2 macro
|
D | radeon.h | 308 #define CLOCK_CNTL_DATA 0x000C macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
D | radeon_pm.c | 1486 OUTREG8(CLOCK_CNTL_DATA + 1, (tmp >> 8) & 0xff); in radeon_pm_start_mclk_sclk() 1521 OUTREG8(CLOCK_CNTL_DATA + 1, (tmp >> 8) & 0xff); in radeon_pm_start_mclk_sclk() 1642 OUTREG8(CLOCK_CNTL_DATA, 0); in radeon_pm_restore_pixel_pll() 1660 OUTREG8(CLOCK_CNTL_DATA + 1, (tmp >> 8) & 0xff); in radeon_pm_restore_pixel_pll() 2280 OUTREG8(CLOCK_CNTL_DATA + 1, (tmp >> 8) & 0xff); 2303 OUTREG8(CLOCK_CNTL_DATA + 1, (tmp >> 8) & 0xff); 2433 OUTREG8(CLOCK_CNTL_DATA, 0); 2457 OUTREG8(CLOCK_CNTL_DATA + 1, 0xbc);
|
D | mach64_ct.c | 30 res = aty_ld_8(CLOCK_CNTL_DATA, par); in aty_ld_pll_ct() 39 aty_st_8(CLOCK_CNTL_DATA, val & PLL_DATA, par); in aty_st_pll_ct()
|
D | radeon_base.c | 291 (void)INREG(CLOCK_CNTL_DATA); in radeon_pll_errata_after_index_slow() 306 tmp = INREG(CLOCK_CNTL_DATA); in radeon_pll_errata_after_data_slow() 330 data = INREG(CLOCK_CNTL_DATA); in __INPLL() 339 OUTREG(CLOCK_CNTL_DATA, val); in __OUTPLL()
|
D | aty128fb.c | 565 return aty_ld_le32(CLOCK_CNTL_DATA); in _aty_ld_pll() 573 aty_st_le32(CLOCK_CNTL_DATA, val); in _aty_st_pll()
|