Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c565 dp->dscr_cmd0 = cmd0; in au1xxx_dbdma_ring_alloc()
614 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_source()
622 dp->dscr_cmd0 |= DSCR_CMD0_IE; in au1xxx_dbdma_put_source()
624 dp->dscr_cmd0 &= ~DSCR_CMD0_IE; in au1xxx_dbdma_put_source()
634 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_source()
671 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dest()
678 dp->dscr_cmd0 |= DSCR_CMD0_IE; in au1xxx_dbdma_put_dest()
680 dp->dscr_cmd0 &= ~DSCR_CMD0_IE; in au1xxx_dbdma_put_dest()
686 dp->dscr_cmd0, dp->dscr_cmd1, dp->dscr_source0, in au1xxx_dbdma_put_dest()
697 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_dest()
[all …]
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h93 u32 dscr_cmd0; /* See below */ member