Home
last modified time | relevance | path

Searched refs:SR_TB (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c638 if (nor->flags & SNOR_F_HAS_SR_TB && sr & SR_TB) in stm_get_locked_range()
768 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_lock()
774 status_new |= SR_TB; in stm_lock()
850 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_unlock()
857 status_new |= SR_TB; in stm_unlock()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h136 #define SR_TB BIT(5) /* Top/Bottom protect */ macro