Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Drsb.h33 #define RSB_CTRL_START_TRANS (1 << 7) macro
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Drsb.c128 setbits_le32(&rsb->ctrl, RSB_CTRL_START_TRANS); in rsb_do_trans()
/openbmc/linux/drivers/bus/
H A Dsunxi-rsb.c65 #define RSB_CTRL_START_TRANS BIT(7) macro
278 if (readl(rsb->regs + RSB_CTRL) & RSB_CTRL_START_TRANS) { in _sunxi_rsb_run_xfer()
287 writel(RSB_CTRL_START_TRANS | RSB_CTRL_GLOBAL_INT_ENB, in _sunxi_rsb_run_xfer()