Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/lantiq/xway/
H A Dsysctrl.c33 #define PMU_PWDCR 0x1C macro
41 #define PWDCR(x) ((x) ? (PMU_PWDCR1) : (PMU_PWDCR))
164 pmu_w32(pmu_r32(PMU_PWDCR) & ~module, PMU_PWDCR); in ltq_pmu_enable()
179 pmu_w32(pmu_r32(PMU_PWDCR) | module, PMU_PWDCR); in ltq_pmu_disable()