Searched refs:otps (Results 1 – 1 of 1) sorted by relevance
2099 u32 otps; in si_pmu_otp_power() local2120 SPINWAIT((((otps = R_REG(&cc->otpstatus)) & OTPS_READY) != in si_pmu_otp_power()2122 ASSERT((otps & OTPS_READY) == (on ? OTPS_READY : 0)); in si_pmu_otp_power()2123 if ((otps & OTPS_READY) != (on ? OTPS_READY : 0)) in si_pmu_otp_power()