Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bus/
Dsunxi-rsb.c53 #define RSB_CTRL 0x0 /* Global control */ macro
273 if (readl(rsb->regs + RSB_CTRL) & RSB_CTRL_START_TRANS) { in _sunxi_rsb_run_xfer()
283 rsb->regs + RSB_CTRL); in _sunxi_rsb_run_xfer()
300 writel(RSB_CTRL_ABORT_TRANS, rsb->regs + RSB_CTRL); in _sunxi_rsb_run_xfer()
665 writel(RSB_CTRL_SOFT_RST, rsb->regs + RSB_CTRL); in sunxi_rsb_hw_init()
666 readl_poll_timeout(rsb->regs + RSB_CTRL, reg, in sunxi_rsb_hw_init()