Searched refs:RSB_CTRL (Results 1 – 1 of 1) sorted by relevance
57 #define RSB_CTRL 0x0 /* Global control */ macro272 if (readl(rsb->regs + RSB_CTRL) & RSB_CTRL_START_TRANS) { in _sunxi_rsb_run_xfer()282 rsb->regs + RSB_CTRL); in _sunxi_rsb_run_xfer()289 writel(RSB_CTRL_ABORT_TRANS, rsb->regs + RSB_CTRL); in _sunxi_rsb_run_xfer()654 writel(RSB_CTRL_SOFT_RST, rsb->regs + RSB_CTRL); in sunxi_rsb_hw_init()655 readl_poll_timeout(rsb->regs + RSB_CTRL, reg, in sunxi_rsb_hw_init()
Completed in 4 milliseconds