Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bus/
Dsunxi-rsb.c65 #define RSB_CTRL_START_TRANS BIT(7) macro
273 if (readl(rsb->regs + RSB_CTRL) & RSB_CTRL_START_TRANS) { in _sunxi_rsb_run_xfer()
282 writel(RSB_CTRL_START_TRANS | RSB_CTRL_GLOBAL_INT_ENB, in _sunxi_rsb_run_xfer()