Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h45 #define DMA_DID_BIT 16 macro
46 #define DMA_DID_MASK (0x0f << DMA_DID_BIT)
244 mode = chan->mode | (chan->dev_id << DMA_DID_BIT); in init_dma()