Home
last modified time | relevance | path

Searched refs:channelPriority (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-bcmring/
Ddma_device.c37 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
69 .channelPriority = dmacHw_CHANNEL_PRIORITY_6,
91 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
119 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
146 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
169 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
192 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
215 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
235 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
264 .channelPriority = dmacHw_CHANNEL_PRIORITY_7,
[all …]
/linux-2.6.39/arch/arm/mach-bcmring/include/csp/
DdmacHw.h178 dmacHw_CHANNEL_PRIORITY_e channelPriority; /* Channel priority */ member
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw.c473 pConfig->channelPriority); in dmacHw_configChannel()