Home
last modified time | relevance | path

Searched refs:SNOR_F_HAS_SR_BP3_BIT6 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dcore.h28 SNOR_F_HAS_SR_BP3_BIT6 = BIT(13), enumerator
H A Dcore.c1557 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6) in spi_nor_get_sr_bp_mask()
1599 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3_BIT6) in spi_nor_get_locked_range_sr()
1741 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3) in spi_nor_sr_lock()
1826 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3) in spi_nor_sr_unlock()
3237 nor->flags |= SNOR_F_HAS_SR_BP3_BIT6; in spi_nor_scan()

Completed in 12 milliseconds