Searched refs:OTP_STATUS_LDO25_EN_READY_MASK (Results 1 – 1 of 1) sorted by relevance
1089 #define OTP_STATUS_LDO25_EN_READY_MASK 0x00000002 macro1090 #define OTP_STATUS_LDO25_EN_READY_GET(x) (((x) & OTP_STATUS_LDO25_EN_READY_MASK) >> OTP_STA…1091 …5_EN_READY_SET(x) (((x) << OTP_STATUS_LDO25_EN_READY_LSB) & OTP_STATUS_LDO25_EN_READY_MASK)