Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/spi-nor/
H A Dmicron-st.c29 #define FSR_PT_ERR BIT(1) /* Protection error bit */ macro
403 if (nor->bouncebuf[0] & FSR_PT_ERR) in micron_st_nor_ready()
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h156 #define FSR_PT_ERR BIT(1) /* Protection error bit */ macro
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c475 if (fsr & FSR_PT_ERR) in spi_nor_fsr_ready()