Home
last modified time | relevance | path

Searched refs:QSPI_SR_BUSY_MASK (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dfsl_qspi.c495 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_rdbank()
533 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_rdid()
588 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_read()
633 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_write()
638 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_write()
685 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_write()
706 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_rdsr()
744 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_erase()
754 while (qspi_read32(priv->flags, &regs->sr) & QSPI_SR_BUSY_MASK) in qspi_op_erase()
1022 QSPI_SR_BUSY_MASK | in fsl_qspi_probe()
[all …]
H A Dfsl_qspi.h113 #define QSPI_SR_BUSY_MASK (1 << QSPI_SR_BUSY_SHIFT) macro