Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/platform_data/
Ddma-dw.h46 * @chan_allocation_order: Allocate channels starting from 0 or 7
62 u32 chan_allocation_order; member
/kernel/linux/linux-5.10/include/linux/platform_data/
Ddma-dw.h45 * @chan_allocation_order: Allocate channels starting from 0 or 7
60 unsigned char chan_allocation_order; member
/kernel/linux/linux-6.6/drivers/dma/dw/
Dinternal.h67 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
85 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
Dof.c74 of_property_read_u32(np, "chan_allocation_order", &pdata->chan_allocation_order); in dw_dma_parse_dt()
Dcore.c1179 pdata->chan_allocation_order = CHAN_ALLOCATION_ASCENDING; in do_dma_probe()
1229 if (pdata->chan_allocation_order == CHAN_ALLOCATION_ASCENDING) in do_dma_probe()
/kernel/linux/linux-5.10/drivers/dma/dw/
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()
Dinternal.h63 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
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()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Dsnps,dma-spear1340.yaml71 chan_allocation_order:
178 chan_allocation_order = <1>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dsnps,dma-spear1340.yaml65 chan_allocation_order:
172 chan_allocation_order = <1>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dspear13xx.dtsi110 chan_allocation_order = <1>;
128 chan_allocation_order = <1>;
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/
Dspear13xx.dtsi110 chan_allocation_order = <1>;
128 chan_allocation_order = <1>;
/kernel/linux/linux-6.6/arch/arc/boot/dts/
Dabilis_tb10x.dtsi114 chan_allocation_order = <0>;
/kernel/linux/linux-5.10/arch/arc/boot/dts/
Dabilis_tb10x.dtsi114 chan_allocation_order = <0>;
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
D8250_lpss.c194 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_lpss.c183 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,