Searched refs:iface_of_dmac (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ds3c-pl330.c147 static unsigned iface_of_dmac(struct s3c_pl330_dmac *dmac, enum dma_ch ch_id) function
193 if (d != dmac && iface_of_dmac(d, ch->id)) {
246 if (d != dmac && iface_of_dmac(d, ch->id) && !dmac_busy(d)) {
772 ch->req[0].peri = iface_of_dmac(dmac, id) - 1; /* Original index */
1170 if (iface_of_dmac(dmac, ch->id))
1177 if (d != dmac && iface_of_dmac(d, ch->id)) {

Completed in 84 milliseconds