Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/alchemy/common/
Ddbdma.c564 dp->dscr_cmd0 = cmd0; in au1xxx_dbdma_ring_alloc()
613 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_source()
621 dp->dscr_cmd0 |= DSCR_CMD0_IE; in au1xxx_dbdma_put_source()
623 dp->dscr_cmd0 &= ~DSCR_CMD0_IE; in au1xxx_dbdma_put_source()
633 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_source()
669 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dest()
676 dp->dscr_cmd0 |= DSCR_CMD0_IE; in au1xxx_dbdma_put_dest()
678 dp->dscr_cmd0 &= ~DSCR_CMD0_IE; in au1xxx_dbdma_put_dest()
684 dp->dscr_cmd0, dp->dscr_cmd1, dp->dscr_source0, in au1xxx_dbdma_put_dest()
695 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_dest()
[all …]
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h93 u32 dscr_cmd0; /* See below */ member