Home
last modified time | relevance | path

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

/linux-6.15/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()
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()
740 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_get_dest()
815 dp->dscr_cmd0 &= ~DSCR_CMD0_V; in au1xxx_dbdma_reset()
971 dp->dscr_cmd0 &= ~DSCR_CMD0_IE; in au1xxx_dbdma_put_dscr()
[all …]
/linux-6.15/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h93 u32 dscr_cmd0; /* See below */ member