Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
Dspi-nor.h116 #define SR_BP3_BIT6 BIT(6) /* Block protect 3 */ macro
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
Dcore.c1546 return mask | SR_BP3_BIT6; in spi_nor_get_sr_bp_mask()
1587 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3_BIT6) in spi_nor_get_locked_range_sr()
1588 val = (val & ~SR_BP3_BIT6) | SR_BP3; in spi_nor_get_locked_range_sr()
1730 val = (val & ~SR_BP3) | SR_BP3_BIT6; in spi_nor_sr_lock()
1815 val = (val & ~SR_BP3) | SR_BP3_BIT6; in spi_nor_sr_unlock()