Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/aty/
Dradeon_pm.c1151 u32 cko = INPLL(pllMDLL_CKO) | MDLL_CKO__MCKOA_SLEEP in radeon_pm_enable_dll()
1167 cko &= ~(MDLL_CKO__MCKOA_SLEEP | MDLL_CKO__MCKOB_SLEEP); in radeon_pm_enable_dll()
2317 cko &= ~(MDLL_CKO__MCKOA_SLEEP | MDLL_CKO__MCKOB_SLEEP);
/linux-3.4.99/include/video/
Dradeon.h1809 #define MDLL_CKO__MCKOA_SLEEP 0x00000001L macro