Home
last modified time | relevance | path

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

/linux/arch/mips/lantiq/xway/
H A Dsysctrl.c35 #define PMU_PWDSR 0x20 macro
43 #define PWDSR(x) ((x) ? (PMU_PWDSR1) : (PMU_PWDSR))
165 do {} while (--retry && (pmu_r32(PMU_PWDSR) & module)); in ltq_pmu_enable()
180 do {} while (--retry && (!(pmu_r32(PMU_PWDSR) & module))); in ltq_pmu_disable()