Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h226 #define DSCR_CMD0_DID(x) (((x) & 0x1f) << 20) macro
/linux-5.19.10/arch/mips/alchemy/common/
Ddbdma.c449 cmd0 |= DSCR_CMD0_DID(destid); in au1xxx_dbdma_ring_alloc()