Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/
Ddma_device.c57 .dstPeripheralPort = 0,
109 .dstPeripheralPort = 0, /* DST: memory */
133 .dstPeripheralPort = 0, /* DST: memory */
156 .dstPeripheralPort = 1, /* DST: I2S0 */
179 .dstPeripheralPort = 0, /* DST: memory */
202 .dstPeripheralPort = 3, /* DST: I2S1 */
227 .dstPeripheralPort = 1, /* DST: ESW (MTP) */
256 .dstPeripheralPort = 0, /* DST: memory */
283 .dstPeripheralPort = 0, /* DST: memory */
308 .dstPeripheralPort = 3, /* DST: Codec A Egress FIFO */
[all …]
Ddma.c655 devAttr->config.dstPeripheralPort = in ConfigChannel()
/linux-2.6.39/arch/arm/mach-bcmring/include/csp/
DdmacHw.h153 uint32_t dstPeripheralPort; /* Destination peripheral port */ member
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw.c470 dmacHw_DST_PERI_INTF(pConfig->dstPeripheralPort); in dmacHw_configChannel()