Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/aty/
Dradeon_pm.c2268 OUTPLL(SPLL_CNTL, 0x0400a433);
2299 tmp = INPLL(SPLL_CNTL);
2300 OUTREG8(CLOCK_CNTL_INDEX, SPLL_CNTL + PLL_WR_EN);
2308 tmp = INPLL(SPLL_CNTL);
2309 OUTPLL(SPLL_CNTL, tmp & ~0x1);
2311 tmp = INPLL(SPLL_CNTL);
2312 OUTPLL(SPLL_CNTL, tmp & ~0x2);
/linux-6.12.1/include/video/
Dradeon.h440 #define SPLL_CNTL 0x000c macro