Searched refs:lock_mask (Results 1 – 8 of 8) sorted by relevance
107 uint32_t lock_mask = ((uint32_t)lock_option) << lock_reg_offset; in otp_lock_otp() local109 otp_base->FUSE_LOCK[lock_reg_idx] = lock_mask; in otp_lock_otp()129 uint32_t lock_mask = ((uint32_t)lock_option) << lock_reg_offset; in otp_lock_shadow() local131 otp_base->SHADOW_LOCK[lock_reg_idx] = lock_mask; in otp_lock_shadow()164 uint32_t lock_mask = 3U << lock_reg_offset; in otp_write_shadow_register() local167 …otp_lock_option_t lock_opt = (otp_lock_option_t) ((otp_base->SHADOW_LOCK[lock_reg_idx] & lock_mask) in otp_write_shadow_register()
58 static inline void pllctl_pll_unlock(PLLCTL_Type *ptr, uint8_t pll, uint32_t lock_mask) in pllctl_pll_unlock() argument60 ptr->PLL[pll].LOCK &= ~lock_mask; in pllctl_pll_unlock()71 static inline void pllctl_pll_lock(PLLCTL_Type *ptr, uint8_t pll, uint32_t lock_mask) in pllctl_pll_lock() argument73 ptr->PLL[pll].LOCK = lock_mask; in pllctl_pll_lock()
Completed in 17 milliseconds