Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lantiq/xway/
Dsysctrl.c36 #define PMU_PWDCR 0x1C macro
44 #define PWDCR(x) ((x) ? (PMU_PWDCR1) : (PMU_PWDCR))
171 pmu_w32(pmu_r32(PMU_PWDCR) & ~module, PMU_PWDCR); in ltq_pmu_enable()
186 pmu_w32(pmu_r32(PMU_PWDCR) | module, PMU_PWDCR); in ltq_pmu_disable()