Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Ddbdma.c538 if (dp->dscr_cmd0 & DSCR_CMD0_V) { in au1xxx_dbdma_put_source()
546 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_source()
582 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dest()
589 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_dest()
626 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_get_dest()
705 dp->dscr_cmd0 &= ~DSCR_CMD0_V; in au1xxx_dbdma_reset()
/linux-2.4.37.9/include/asm-mips/
Dau1xxx_dbdma.h110 #define DSCR_CMD0_V (1 << 31) /* Descriptor valid */ macro