Home
last modified time | relevance | path

Searched refs:xbar_chans (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/common/
Dedma.c1521 s16 (*xbar_chans)[2]; in edma_xbar_event_map() local
1526 xbar_chans = devm_kzalloc(dev, (nelm + 2) * sizeof(s16), GFP_KERNEL); in edma_xbar_event_map()
1527 if (!xbar_chans) in edma_xbar_event_map()
1538 ret = of_property_read_u16_array(node, pname, (u16 *)xbar_chans, nelm); in edma_xbar_event_map()
1544 xbar_chans[nelm][0] = xbar_chans[nelm][1] = -1; in edma_xbar_event_map()
1547 shift = (xbar_chans[i][1] & 0x03) << 3; in edma_xbar_event_map()
1548 offset = xbar_chans[i][1] & 0xfffffffc; in edma_xbar_event_map()
1551 mux |= xbar_chans[i][0] << shift; in edma_xbar_event_map()
1555 pdata->xbar_chans = (const s16 (*)[2]) xbar_chans; in edma_xbar_event_map()
1622 const s16 (*xbar_chans)[2]; in edma_probe() local
[all …]
/linux-4.1.27/include/linux/platform_data/
Dedma.h174 const s16 (*xbar_chans)[2]; member