Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c614 if (dp->dscr_cmd0 & DSCR_CMD0_V) 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()
697 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ 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()
960 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dscr()
972 dp->dscr_cmd0 |= dscr->dscr_cmd0 | DSCR_CMD0_V; in au1xxx_dbdma_put_dscr()
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h110 #define DSCR_CMD0_V (1 << 31) /* Descriptor valid */ macro