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

/drivers/spi/
H A Dspi-dw.h61 #define SR_BUSY (1 << 0) macro
H A Dspi-rockchip.c120 #define SR_BUSY (1 << 0) macro
224 if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY))
547 (readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY));

Completed in 32 milliseconds