Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-dw.h103 #define DW_SPI_SR_BUSY BIT(0) macro
H A Dspi-dw-core.c614 return dw_readl(dws, DW_SPI_SR) & DW_SPI_SR_BUSY; in dw_spi_ctlr_busy()