Home
last modified time | relevance | path

Searched full:chan_allocation_order (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Ddma-dw.h45 * @chan_allocation_order: Allocate channels starting from 0 or 7
60 unsigned char chan_allocation_order; member
/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dof.c79 if (!of_property_read_u32(np, "chan_allocation_order", &tmp)) in dw_dma_parse_dt()
80 pdata->chan_allocation_order = (unsigned char)tmp; in dw_dma_parse_dt()
H A Dinternal.h63 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
H A Dcore.c1108 pdata->chan_allocation_order = CHAN_ALLOCATION_ASCENDING; in do_dma_probe()
1158 if (pdata->chan_allocation_order == CHAN_ALLOCATION_ASCENDING) in do_dma_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dsnps,dma-spear1340.yaml65 chan_allocation_order:
172 chan_allocation_order = <1>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dspear13xx.dtsi110 chan_allocation_order = <1>;
128 chan_allocation_order = <1>;
/OK3568_Linux_fs/kernel/arch/arc/boot/dts/
H A Dabilis_tb10x.dtsi114 chan_allocation_order = <0>;
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_lpss.c183 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,