Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/spi-nor/
H A Dmicron-st.c28 #define FSR_P_ERR BIT(4) /* Program operation status */ macro
397 if (nor->bouncebuf[0] & (FSR_E_ERR | FSR_P_ERR)) { in micron_st_nor_ready()
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h155 #define FSR_P_ERR BIT(4) /* Program 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()