Searched refs:SNOR_F_HAS_SR_TB (Results 1 – 2 of 2) sorted by relevance
244 SNOR_F_HAS_SR_TB = BIT(1), enumerator
636 if (nor->flags & SNOR_F_HAS_SR_TB && sr & SR_TB) in stm_get_locked_range()717 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_lock()797 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_unlock()2574 nor->flags |= SNOR_F_HAS_SR_TB; in spi_nor_scan()
Completed in 8 milliseconds