Searched refs:FSR_E_ERR (Results 1 – 2 of 2) sorted by relevance
132 #define FSR_E_ERR BIT(5) /* Erase operation status */ macro
618 if (nor->bouncebuf[0] & (FSR_E_ERR | FSR_P_ERR)) { in spi_nor_fsr_ready()619 if (nor->bouncebuf[0] & FSR_E_ERR) in spi_nor_fsr_ready()