Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mtd/
Dspi-nor.h123 #define SR_BP2 BIT(4) /* Block protect 2 */ macro
/Linux-v4.19/drivers/mtd/spi-nor/
Dspi-nor.c605 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_get_locked_range()
694 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_lock()
774 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_unlock()
/Linux-v4.19/drivers/mtd/devices/
Dspear_smi.c81 #define SR_BP2 0x10 /* Block protect 2 */ macro