Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_pm.c2267 OUTPLL(SPLL_CNTL, 0x0400a433);
2298 tmp = INPLL(SPLL_CNTL);
2299 OUTREG8(CLOCK_CNTL_INDEX, SPLL_CNTL + PLL_WR_EN);
2307 tmp = INPLL(SPLL_CNTL);
2308 OUTPLL(SPLL_CNTL, tmp & ~0x1);
2310 tmp = INPLL(SPLL_CNTL);
2311 OUTPLL(SPLL_CNTL, tmp & ~0x2);
/linux-4.1.27/include/video/
Dradeon.h439 #define SPLL_CNTL 0x000c macro