Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-microchip-core-qspi.c72 #define STATUS_TXFIFOFULL BIT(5) macro
206 while (readl_relaxed(qspi->regs + REG_STATUS) & STATUS_TXFIFOFULL) in mchp_coreqspi_write_op()
218 while (readl_relaxed(qspi->regs + REG_STATUS) & STATUS_TXFIFOFULL) in mchp_coreqspi_write_op()