Searched refs:QSPI_SR_BUSY_MASK (Results 1 – 2 of 2) sorted by relevance
161 const u32 mask = QSPI_SR_BUSY_MASK | QSPI_SR_AHB_ACC_MASK | in is_controller_busy()513 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_rdbank()551 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_rdid()606 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_read()651 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_write()656 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_write()703 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_write()724 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_rdsr()762 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_erase()772 while (qspi_read32(priv->flags, ®s->sr) & QSPI_SR_BUSY_MASK) in qspi_op_erase()
112 #define QSPI_SR_BUSY_MASK (1 << QSPI_SR_BUSY_SHIFT) macro