Searched refs:SR_TB (Results 1 – 2 of 2) sorted by relevance
135 #define SR_TB BIT(5) /* Top/Bottom protect */ macro
636 if (nor->flags & SNOR_F_HAS_SR_TB && sr & SR_TB) in stm_get_locked_range()766 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_lock()772 status_new |= SR_TB; in stm_lock()848 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_unlock()855 status_new |= SR_TB; in stm_unlock()
Completed in 24 milliseconds