Searched refs:OMAP_DMA_REG_16BIT (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-omap1/ |
A D | dma.c | 36 [GCR] = { 0x0400, 0x00, OMAP_DMA_REG_16BIT }, 37 [GSCR] = { 0x0404, 0x00, OMAP_DMA_REG_16BIT }, 38 [GRST1] = { 0x0408, 0x00, OMAP_DMA_REG_16BIT }, 39 [HW_ID] = { 0x0442, 0x00, OMAP_DMA_REG_16BIT }, 56 [CSDP] = { 0x0000, 0x40, OMAP_DMA_REG_16BIT }, 57 [CCR] = { 0x0002, 0x40, OMAP_DMA_REG_16BIT }, 58 [CICR] = { 0x0004, 0x40, OMAP_DMA_REG_16BIT }, 59 [CSR] = { 0x0006, 0x40, OMAP_DMA_REG_16BIT }, 60 [CEN] = { 0x0010, 0x40, OMAP_DMA_REG_16BIT }, 61 [CFN] = { 0x0012, 0x40, OMAP_DMA_REG_16BIT }, [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | omap-dma.h | 254 OMAP_DMA_REG_16BIT, enumerator
|
/linux-6.3-rc2/drivers/dma/ti/ |
A D | omap-dma.c | 313 case OMAP_DMA_REG_16BIT: in omap_dma_write() 333 case OMAP_DMA_REG_16BIT: in omap_dma_read()
|
Completed in 9 milliseconds