Home
last modified time | relevance | path

Searched refs:SNOR_F_HAS_SR_TB (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mtd/spi-nor/
H A Dswp.c77 if (nor->flags & SNOR_F_HAS_SR_TB && sr & tb_mask) in spi_nor_get_locked_range_sr()
163 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in spi_nor_sr_lock()
253 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in spi_nor_sr_unlock()
H A Dcore.h119 SNOR_F_HAS_SR_TB = BIT(0), enumerator
H A Dcore.c2858 nor->flags |= SNOR_F_HAS_SR_TB; in spi_nor_init_flags()
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h251 SNOR_F_HAS_SR_TB = BIT(1), enumerator
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c896 if (nor->flags & SNOR_F_HAS_SR_TB && sr & SR_TB) in stm_get_locked_range()
977 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_lock()
1057 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_unlock()
2863 nor->flags |= SNOR_F_HAS_SR_TB; in spi_nor_scan()