Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dspi-nor.h84 #define SR_BP0 BIT(2) /* Block protect 0 */ macro
/linux-4.4.14/drivers/mtd/spi-nor/
Dspi-nor.c407 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_get_locked_range()
463 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_lock()
513 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_unlock()
/linux-4.4.14/drivers/mtd/devices/
Dspear_smi.c79 #define SR_BP0 0x4 /* Block protect 0 */ macro