Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h136 #define SR_TB BIT(5) /* Top/Bottom protect */ macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-core.c644 if (nor->flags & SNOR_F_HAS_SR_TB && sr & SR_TB) in stm_get_locked_range()
774 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_lock()
780 status_new |= SR_TB; in stm_lock()
856 status_new = (status_old & ~mask & ~SR_TB) | val; in stm_unlock()
863 status_new |= SR_TB; in stm_unlock()