Home
last modified time | relevance | path

Searched refs:SNOR_F_HAS_SR_BP3_BIT6 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/spi-nor/
H A Dswp.c17 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6) in spi_nor_get_sr_bp_mask()
59 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3_BIT6) in spi_nor_get_locked_range_sr()
204 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3) in spi_nor_sr_lock()
294 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3) in spi_nor_sr_unlock()
H A Dcore.h129 SNOR_F_HAS_SR_BP3_BIT6 = BIT(10), enumerator
H A Dcore.c2866 nor->flags |= SNOR_F_HAS_SR_BP3_BIT6; in spi_nor_init_flags()