Home
last modified time | relevance | path

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

/arch/mips/lantiq/xway/
Dsysctrl.c34 #define PMU_PWDCR 0x1C macro
42 #define PWDCR(x) ((x) ? (PMU_PWDCR1) : (PMU_PWDCR))
161 pmu_w32(pmu_r32(PMU_PWDCR) & ~module, PMU_PWDCR); in ltq_pmu_enable()
176 pmu_w32(pmu_r32(PMU_PWDCR) | module, PMU_PWDCR); in ltq_pmu_disable()