Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/alchemy/common/
Ddbdma.c613 if (dp->dscr_cmd0 & DSCR_CMD0_V) 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()
695 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_dest()
737 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_get_dest()
812 dp->dscr_cmd0 &= ~DSCR_CMD0_V; in au1xxx_dbdma_reset()
957 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dscr()
969 dp->dscr_cmd0 |= dscr->dscr_cmd0 | DSCR_CMD0_V; in au1xxx_dbdma_put_dscr()
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h110 #define DSCR_CMD0_V (1 << 31) /* Descriptor valid */ macro