Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/platform_data/
Ddma-dw.h46 * @chan_allocation_order: Allocate channels starting from 0 or 7
62 u32 chan_allocation_order; member
/linux-6.12.1/drivers/dma/dw/
Dinternal.h63 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
79 .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.c1191 pdata->chan_allocation_order = CHAN_ALLOCATION_ASCENDING; in do_dma_probe()
1241 if (pdata->chan_allocation_order == CHAN_ALLOCATION_ASCENDING) in do_dma_probe()
/linux-6.12.1/Documentation/devicetree/bindings/dma/
Dsnps,dma-spear1340.yaml71 chan_allocation_order:
178 chan_allocation_order = <1>;
/linux-6.12.1/arch/arm/boot/dts/st/
Dspear13xx.dtsi110 chan_allocation_order = <1>;
128 chan_allocation_order = <1>;
/linux-6.12.1/arch/arc/boot/dts/
Dabilis_tb10x.dtsi114 chan_allocation_order = <0>;
/linux-6.12.1/drivers/tty/serial/8250/
D8250_lpss.c194 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,