Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Daty128fb.c2847 u32 pmgt; in aty128_set_suspend() local
2866 pmgt = aty_ld_pll(POWER_MANAGEMENT); in aty128_set_suspend()
2868 pmgt &= ~PWR_MGT_MODE_MASK; in aty128_set_suspend()
2869 pmgt |= PWR_MGT_MODE_PCI | PWR_MGT_ON | PWR_MGT_TRISTATE_MEM_EN | PWR_MGT_AUTO_PWR_UP_EN; in aty128_set_suspend()
2871 pmgt = 0x0c005407; in aty128_set_suspend()
2873 aty_st_pll(POWER_MANAGEMENT, pmgt); in aty128_set_suspend()