Searched refs:SR_TB (Results 1 – 2 of 2) sorted by relevance
140 #define SR_TB BIT(5) /* Top/Bottom protect */ macro
896 if (nor->flags & SNOR_F_HAS_SR_TB && sr & SR_TB) in stm_get_locked_range()1026 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_lock()1032 status_new |= SR_TB; in stm_lock()1108 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_unlock()1115 status_new |= SR_TB; in stm_unlock()