Home
last modified time | relevance | path

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

/linux-2.6.39/arch/unicore32/include/mach/
Dregs-pm.h117 #define PM_DIVCFG_VGACLK_MASK FMASK(4, 20) macro
/linux-2.6.39/arch/unicore32/kernel/
Dclock.c170 writel((readl(PM_DIVCFG) & ~PM_DIVCFG_VGACLK_MASK) in clk_set_rate()