Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/platform_data/
Ddma-dw.h46 * @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/
Dsnps-dma.txt13 - 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/
Ddma-dw.h46 * @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/
Dof.c82 if (!of_property_read_u32(np, "chan_priority", &tmp)) in dw_dma_parse_dt()
83 pdata->chan_priority = tmp; in dw_dma_parse_dt()
Dinternal.h64 .chan_priority = CHAN_PRIORITY_ASCENDING,
Dcore.c1109 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/
Dsnps,dma-spear1340.yaml73 chan_priority:
173 chan_priority = <1>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dspear13xx.dtsi111 chan_priority = <1>;
129 chan_priority = <1>;
/kernel/linux/linux-4.19/drivers/dma/dw/
Dplatform.c150 if (!of_property_read_u32(np, "chan_priority", &tmp)) in dw_dma_parse_dt()
151 pdata->chan_priority = tmp; in dw_dma_parse_dt()
Dpci.c24 .chan_priority = CHAN_PRIORITY_ASCENDING,
Dcore.c1238 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/
Dspear13xx.dtsi117 chan_priority = <1>;
135 chan_priority = <1>;
/kernel/linux/linux-5.10/arch/arc/boot/dts/
Dabilis_tb10x.dtsi115 chan_priority = <1>;
/kernel/linux/linux-4.19/arch/arc/boot/dts/
Dabilis_tb10x.dtsi127 chan_priority = <1>;
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_lpss.c168 .chan_priority = CHAN_PRIORITY_ASCENDING,
/kernel/linux/linux-4.19/drivers/tty/serial/8250/
D8250_lpss.c158 .chan_priority = CHAN_PRIORITY_ASCENDING,