Searched refs:OMAP_DMA_REG_2X16BIT (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-omap1/ |
A 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-6.3-rc2/include/linux/ |
A D | omap-dma.h | 255 OMAP_DMA_REG_2X16BIT, enumerator
|
/linux-6.3-rc2/drivers/dma/ti/ |
A D | omap-dma.c | 316 case OMAP_DMA_REG_2X16BIT: in omap_dma_write() 336 case OMAP_DMA_REG_2X16BIT: in omap_dma_read()
|
Completed in 9 milliseconds