Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h123 #define DSCR_CMD0_CV (0x1 << 2) /* Clear Valid when done */ macro
/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c451 cmd0 |= DSCR_CMD0_IE | DSCR_CMD0_CV; in au1xxx_dbdma_ring_alloc()