Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h117 #define SR_BP3_BIT6 BIT(6) /* Block protect 3 */ macro
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c1649 return mask | SR_BP3_BIT6; in spi_nor_get_sr_bp_mask()
1690 if (nor->flags & SNOR_F_HAS_SR_BP3_BIT6 && val & SR_BP3_BIT6) in spi_nor_get_locked_range_sr()
1691 val = (val & ~SR_BP3_BIT6) | SR_BP3; in spi_nor_get_locked_range_sr()
1833 val = (val & ~SR_BP3) | SR_BP3_BIT6; in spi_nor_sr_lock()
1918 val = (val & ~SR_BP3) | SR_BP3_BIT6; in spi_nor_sr_unlock()