Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h104 #define SR_BP0 BIT(2) /* Block protect 0 */ macro
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h137 #define SR_BP0 BIT(2) /* Block protect 0 */ macro
/openbmc/linux/drivers/mtd/spi-nor/
H A Dswp.c15 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in spi_nor_get_sr_bp_mask()
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c885 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_get_locked_range()
974 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_lock()
1054 u8 mask = SR_BP2 | SR_BP1 | SR_BP0; in stm_unlock()
/openbmc/linux/drivers/mtd/devices/
H A Dspear_smi.c79 #define SR_BP0 0x4 /* Block protect 0 */ macro