Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/spi-nor/
H A Dmicron-st.c27 #define FSR_E_ERR BIT(5) /* Erase operation status */ macro
397 if (nor->bouncebuf[0] & (FSR_E_ERR | FSR_P_ERR)) { in micron_st_nor_ready()
398 if (nor->bouncebuf[0] & FSR_E_ERR) in micron_st_nor_ready()
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h154 #define FSR_E_ERR BIT(5) /* Erase operation status */ macro
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c469 if (fsr & (FSR_E_ERR | FSR_P_ERR)) { in spi_nor_fsr_ready()
470 if (fsr & FSR_E_ERR) in spi_nor_fsr_ready()