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

/linux-master/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));
180 do {} while (--retry && (!(pmu_r32(PMU_PWDSR) & module)));

Completed in 143 milliseconds