Searched refs:NPCM_PSPI_STAT_BSY (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-npcm-pspi.c52 #define NPCM_PSPI_STAT_BSY BIT(0) macro
314 if ((stat & NPCM_PSPI_STAT_BSY) == 0)
333 if (((stat & NPCM_PSPI_STAT_BSY) == 0) && !priv->tx_buf)

Completed in 102 milliseconds