Searched refs:SR_E_ERR (Results 1 – 2 of 2) sorted by relevance
120 #define SR_E_ERR BIT(5) macro
555 nor->bouncebuf[0] & (SR_E_ERR | SR_P_ERR)) { in spi_nor_sr_ready()556 if (nor->bouncebuf[0] & SR_E_ERR) in spi_nor_sr_ready()