Searched refs:OMAP_DMA_REG_2X16BIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap1/ |
D | dma.c | 48 [CAPS_0] = { 0x044e, 0x00, OMAP_DMA_REG_2X16BIT }, 49 [CAPS_1] = { 0x0452, 0x00, OMAP_DMA_REG_2X16BIT }, 75 [CSSA] = { 0x0008, 0x40, OMAP_DMA_REG_2X16BIT }, 76 [CDSA] = { 0x000c, 0x40, OMAP_DMA_REG_2X16BIT }, 77 [COLOR] = { 0x0020, 0x40, OMAP_DMA_REG_2X16BIT }, 186 if (reg_map[reg].type == OMAP_DMA_REG_2X16BIT) in dma_write() 199 if (reg_map[reg].type == OMAP_DMA_REG_2X16BIT) in dma_read()
|
/Linux-v4.19/include/linux/ |
D | omap-dma.h | 261 OMAP_DMA_REG_2X16BIT, enumerator
|
/Linux-v4.19/drivers/dma/ti/ |
D | omap-dma.c | 295 case OMAP_DMA_REG_2X16BIT: in omap_dma_write() 315 case OMAP_DMA_REG_2X16BIT: in omap_dma_read()
|