Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-dw.h119 #define DW_SPI_SR_BUSY BIT(0) macro
H A Dspi-dw-dma.c286 (DW_SPI_SR_BUSY | DW_SPI_SR_TF_EMPT)) != DW_SPI_SR_TF_EMPT; in dw_spi_dma_tx_busy()
H A Dspi-dw-core.c754 return dw_readl(dws, DW_SPI_SR) & DW_SPI_SR_BUSY; in dw_spi_ctlr_busy()