Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h105 #define SR_BP1 BIT(3) /* Block protect 1 */ macro
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h138 #define SR_BP1 BIT(3) /* Block protect 1 */ 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.c80 #define SR_BP1 0x8 /* Block protect 1 */ macro