Searched refs:OMAP_DMA_REG_2X16BIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/arm/mach-omap1/ |
D | dma.c | 45 [CAPS_0] = { 0x044e, 0x00, OMAP_DMA_REG_2X16BIT }, 46 [CAPS_1] = { 0x0452, 0x00, OMAP_DMA_REG_2X16BIT }, 72 [CSSA] = { 0x0008, 0x40, OMAP_DMA_REG_2X16BIT }, 73 [CDSA] = { 0x000c, 0x40, OMAP_DMA_REG_2X16BIT }, 74 [COLOR] = { 0x0020, 0x40, OMAP_DMA_REG_2X16BIT }, 183 if (reg_map[reg].type == OMAP_DMA_REG_2X16BIT) in dma_write() 196 if (reg_map[reg].type == OMAP_DMA_REG_2X16BIT) in dma_read()
|
/Linux-v6.6/include/linux/ |
D | omap-dma.h | 255 OMAP_DMA_REG_2X16BIT, enumerator
|
/Linux-v6.6/drivers/dma/ti/ |
D | omap-dma.c | 316 case OMAP_DMA_REG_2X16BIT: in omap_dma_write() 336 case OMAP_DMA_REG_2X16BIT: in omap_dma_read()
|