SR_BUSY
!(status & SR_BUSY), 10, 100000);
return readl(hs->regs + HISI_SPI_SR) & SR_BUSY;
!((readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY)))
if (!(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY))
(readl_relaxed(rs->regs + ROCKCHIP_SPI_SR) & SR_BUSY));
sr, !(sr & SR_BUSY), 1,
!(sr & SR_BUSY), 1,