Searched full:chan_allocation_order (Results 1 – 16 of 16) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | dma-dw.h | 46 * @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/ |
| D | dma-dw.h | 45 * @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/ |
| D | internal.h | 67 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING, 85 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|
| D | of.c | 74 of_property_read_u32(np, "chan_allocation_order", &pdata->chan_allocation_order); in dw_dma_parse_dt()
|
| D | core.c | 1179 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/ |
| D | of.c | 79 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()
|
| D | internal.h | 63 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|
| D | core.c | 1108 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/ |
| D | snps,dma-spear1340.yaml | 71 chan_allocation_order: 178 chan_allocation_order = <1>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | snps,dma-spear1340.yaml | 65 chan_allocation_order: 172 chan_allocation_order = <1>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | spear13xx.dtsi | 110 chan_allocation_order = <1>; 128 chan_allocation_order = <1>;
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| D | spear13xx.dtsi | 110 chan_allocation_order = <1>; 128 chan_allocation_order = <1>;
|
| /kernel/linux/linux-6.6/arch/arc/boot/dts/ |
| D | abilis_tb10x.dtsi | 114 chan_allocation_order = <0>;
|
| /kernel/linux/linux-5.10/arch/arc/boot/dts/ |
| D | abilis_tb10x.dtsi | 114 chan_allocation_order = <0>;
|
| /kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
| D | 8250_lpss.c | 194 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | 8250_lpss.c | 183 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|