Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-npcm-pspi.c52 #define NPCM_PSPI_STAT_BSY BIT(0) macro
314 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()