Home
last modified time | relevance | path

Searched refs:SR_P_ERR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h114 #define SR_P_ERR BIT(6) macro
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h144 #define SR_P_ERR BIT(6) macro
/openbmc/linux/drivers/mtd/spi-nor/
H A Dspansion.c116 if (nor->bouncebuf[0] & (SR_E_ERR | SR_P_ERR)) { in cypress_nor_sr_ready_and_clear_reg()
925 if (nor->bouncebuf[0] & (SR_E_ERR | SR_P_ERR)) { in spansion_nor_sr_ready_and_clear()
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c449 if (nor->flags & SNOR_F_USE_CLSR && sr & (SR_E_ERR | SR_P_ERR)) { in spi_nor_sr_ready()