| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | qcom,pdc.txt | 20 Definition: Should contain "qcom,<soc>-pdc" and "qcom,pdc" 21 - "qcom,sc7180-pdc": For SC7180 22 - "qcom,sdm845-pdc": For SDM845 44 - qcom,pdc-ranges: 56 pdc: interrupt-controller@b220000 { 57 compatible = "qcom,sdm845-pdc"; 59 qcom,pdc-ranges = <0 512 94>, <94 641 15>, <115 662 7>; 69 interrupts-extended = <&pdc 2 IRQ_TYPE_LEVEL_HIGH>; 73 the qcom,pdc-ranges property.
|
| H A D | img,pdc-intc.txt | 11 The type shall be <string> and the value shall include "img,pdc-intc". 54 pdc: pdc@02006000 { 65 compatible = "img,pdc-intc"; 86 interrupt-parent = <&pdc>; 100 interrupt-parent = <&pdc>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reset/ |
| H A D | qcom,pdc-global.yaml | 4 $id: http://devicetree.org/schemas/reset/qcom,pdc-global.yaml# 21 - const: "qcom,sc7180-pdc-global" 22 - const: "qcom,sdm845-pdc-global" 26 - const: "qcom,sdm845-pdc-global" 44 compatible = "qcom,sdm845-pdc-global";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | imgpdc-wdt.txt | 4 - compatible : Should be "img,pdc-wdt" 14 compatible = "img,pdc-wdt";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | brcm,iproc-pdc-mbox.txt | 7 - compatible : Should be "brcm,iproc-pdc-mbox" or "brcm,iproc-fa2-mbox" for 19 compatible = "brcm,iproc-pdc-mbox";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/misc/ |
| H A D | atmel-ssc.txt | 5 - atmel,at91rm9200-ssc: support pdc transfer
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/broadcom/northstar2/ |
| H A D | ns2.dtsi | 216 compatible = "brcm,iproc-pdc-mbox"; 232 compatible = "brcm,iproc-pdc-mbox"; 248 compatible = "brcm,iproc-pdc-mbox"; 264 compatible = "brcm,iproc-pdc-mbox";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sm8250.dtsi | 1196 interrupts-extended = <&pdc 9 IRQ_TYPE_LEVEL_HIGH>, 1269 pdc: interrupt-controller@b220000 { label 1270 compatible = "qcom,sm8250-pdc", "qcom,pdc"; 1272 qcom,pdc-ranges = <0 480 94>, <94 609 31>, 1301 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 1322 wakeup-parent = <&pdc>; 1889 interrupts-extended = <&pdc 6 IRQ_TYPE_LEVEL_HIGH>,
|
| H A D | sc7180.dtsi | 20 #include <dt-bindings/reset/qcom,sdm845-pdc.h> 1448 wakeup-parent = <&pdc>; 2940 pdc: interrupt-controller@b220000 { label 2941 compatible = "qcom,sc7180-pdc", "qcom,pdc"; 2943 qcom,pdc-ranges = <0 480 94>, <94 609 31>, <125 63 1>; 2950 compatible = "qcom,sc7180-pdc-global", "qcom,sdm845-pdc-global"; 3002 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;
|
| H A D | sdm845.dtsi | 21 #include <dt-bindings/reset/qcom,sdm845-pdc.h> 4150 compatible = "qcom,sdm845-pdc", "qcom,pdc"; 4152 qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>; 4159 compatible = "qcom,sdm845-pdc-global";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | qcom,sm8250-pinctrl.yaml | 146 wakeup-parent = <&pdc>;
|
| /f-stack/freebsd/contrib/device-tree/src/mips/img/ |
| H A D | pistachio.dtsi | 745 compatible = "img,pdc-wdt";
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 647 void devclass_set_parent(devclass_t dc, devclass_t pdc);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 1570 devclass_set_parent(devclass_t dc, devclass_t pdc) in devclass_set_parent() argument 1572 dc->parent = pdc; in devclass_set_parent()
|