Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/ti/
Dedma.c2059 s16 (*xbar_chans)[2]; in edma_xbar_event_map() local
2064 xbar_chans = devm_kcalloc(dev, nelm + 2, sizeof(s16), GFP_KERNEL); in edma_xbar_event_map()
2065 if (!xbar_chans) in edma_xbar_event_map()
2076 ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans, in edma_xbar_event_map()
2083 xbar_chans[nelm][0] = -1; in edma_xbar_event_map()
2084 xbar_chans[nelm][1] = -1; in edma_xbar_event_map()
2087 shift = (xbar_chans[i][1] & 0x03) << 3; in edma_xbar_event_map()
2088 offset = xbar_chans[i][1] & 0xfffffffc; in edma_xbar_event_map()
2091 mux |= xbar_chans[i][0] << shift; in edma_xbar_event_map()
2095 pdata->xbar_chans = (const s16 (*)[2]) xbar_chans; in edma_xbar_event_map()
[all …]
/Linux-v5.4/include/linux/platform_data/
Dedma.h78 const s16 (*xbar_chans)[2]; member