Searched full:chan_priority (Results 1 – 16 of 16) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | dma-dw.h | 46 * @chan_priority: Set channel priority increasing from 0 to 7 or 7 to 0. 64 unsigned char chan_priority; member
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/ |
| D | snps-dma.txt | 13 - chan_priority: priority of channels. 0 (default): increase from chan 0->n, 1: 44 chan_priority = <1>;
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | dma-dw.h | 46 * @chan_priority: Set channel priority increasing from 0 to 7 or 7 to 0. 63 unsigned char chan_priority; member
|
| /kernel/linux/linux-5.10/drivers/dma/dw/ |
| D | of.c | 82 if (!of_property_read_u32(np, "chan_priority", &tmp)) in dw_dma_parse_dt() 83 pdata->chan_priority = tmp; in dw_dma_parse_dt()
|
| D | internal.h | 64 .chan_priority = CHAN_PRIORITY_ASCENDING,
|
| D | core.c | 1109 pdata->chan_priority = CHAN_PRIORITY_ASCENDING; in do_dma_probe() 1165 if (pdata->chan_priority == CHAN_PRIORITY_ASCENDING) in do_dma_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | snps,dma-spear1340.yaml | 73 chan_priority: 173 chan_priority = <1>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | spear13xx.dtsi | 111 chan_priority = <1>; 129 chan_priority = <1>;
|
| /kernel/linux/linux-4.19/drivers/dma/dw/ |
| D | platform.c | 150 if (!of_property_read_u32(np, "chan_priority", &tmp)) in dw_dma_parse_dt() 151 pdata->chan_priority = tmp; in dw_dma_parse_dt()
|
| D | pci.c | 24 .chan_priority = CHAN_PRIORITY_ASCENDING,
|
| D | core.c | 1238 pdata->chan_priority = CHAN_PRIORITY_ASCENDING; in dw_dma_probe() 1299 if (pdata->chan_priority == CHAN_PRIORITY_ASCENDING) in dw_dma_probe()
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | spear13xx.dtsi | 117 chan_priority = <1>; 135 chan_priority = <1>;
|
| /kernel/linux/linux-5.10/arch/arc/boot/dts/ |
| D | abilis_tb10x.dtsi | 115 chan_priority = <1>;
|
| /kernel/linux/linux-4.19/arch/arc/boot/dts/ |
| D | abilis_tb10x.dtsi | 127 chan_priority = <1>;
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | 8250_lpss.c | 168 .chan_priority = CHAN_PRIORITY_ASCENDING,
|
| /kernel/linux/linux-4.19/drivers/tty/serial/8250/ |
| D | 8250_lpss.c | 158 .chan_priority = CHAN_PRIORITY_ASCENDING,
|