Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dradeon.h1727 #define MDLL_CKO__MCKOA_RESET 0x00000002L macro
Dradeonfb.c4130 u32 DLL_CKO_Value = INPLL(pllMDLL_CKO) | MDLL_CKO__MCKOA_SLEEP | MDLL_CKO__MCKOA_RESET; in radeon_pm_enable_dll()
4148 DLL_CKO_Value &= ~(MDLL_CKO__MCKOA_RESET ); in radeon_pm_enable_dll()
4296 OUTPLL( pllMDLL_CKO, INPLL( pllMDLL_CKO) | MDLL_CKO__MCKOA_RESET | MDLL_CKO__MCKOB_RESET); in radeon_set_suspend()