Searched full:chan_allocation_order (Results 1 – 16 of 16) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | dma-dw.h | 45 * @chan_allocation_order: Allocate channels starting from 0 or 7 61 unsigned char chan_allocation_order; member
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/ |
| D | snps-dma.txt | 11 - chan_allocation_order: order of allocation of channel, 0 (default): ascending, 43 chan_allocation_order = <1>;
|
| /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-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-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-4.19/drivers/dma/dw/ |
| D | platform.c | 147 if (!of_property_read_u32(np, "chan_allocation_order", &tmp)) in dw_dma_parse_dt() 148 pdata->chan_allocation_order = (unsigned char)tmp; in dw_dma_parse_dt()
|
| D | pci.c | 23 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|
| D | core.c | 1237 pdata->chan_allocation_order = CHAN_ALLOCATION_ASCENDING; in dw_dma_probe() 1292 if (pdata->chan_allocation_order == CHAN_ALLOCATION_ASCENDING) in dw_dma_probe()
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | spear13xx.dtsi | 116 chan_allocation_order = <1>; 134 chan_allocation_order = <1>;
|
| /kernel/linux/linux-5.10/arch/arc/boot/dts/ |
| D | abilis_tb10x.dtsi | 114 chan_allocation_order = <0>;
|
| /kernel/linux/linux-4.19/arch/arc/boot/dts/ |
| D | abilis_tb10x.dtsi | 126 chan_allocation_order = <0>;
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | 8250_lpss.c | 167 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|
| /kernel/linux/linux-4.19/drivers/tty/serial/8250/ |
| D | 8250_lpss.c | 157 .chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
|