Searched refs:SR_E_ERR (Results 1 – 4 of 4) sorted by relevance
121 #define SR_E_ERR BIT(5) macro
139 #define SR_E_ERR BIT(5) macro
377 if (nor->flags & SNOR_F_USE_CLSR && sr & (SR_E_ERR | SR_P_ERR)) { in spi_nor_sr_ready()378 if (sr & SR_E_ERR) in spi_nor_sr_ready()
563 nor->bouncebuf[0] & (SR_E_ERR | SR_P_ERR)) { in spi_nor_sr_ready()564 if (nor->bouncebuf[0] & SR_E_ERR) in spi_nor_sr_ready()