Searched refs:SR_TB (Results 1 – 2 of 2) sorted by relevance
130 #define SR_TB BIT(5) /* Top/Bottom protect */ macro
1359 if (nor->flags & SNOR_F_HAS_SR_TB && sr & SR_TB) in stm_get_locked_range()1489 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_lock()1495 status_new |= SR_TB; in stm_lock()1571 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_unlock()1578 status_new |= SR_TB; in stm_unlock()