Searched refs:NPCM_PSPI_STAT_BSY (Results 1 – 1 of 1) sorted by relevance
52 #define NPCM_PSPI_STAT_BSY BIT(0) macro314 if ((stat & NPCM_PSPI_STAT_BSY) == 0) in npcm_pspi_handler()333 if (((stat & NPCM_PSPI_STAT_BSY) == 0) && !priv->tx_buf) in npcm_pspi_handler()