Home
last modified time | relevance | path

Searched refs:SPMI_USID (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/Documentation/devicetree/bindings/spmi/
Dspmi.txt16 SPMI_USID (0) or SPMI_GSID (1) for Unique Slave ID or Group Slave ID respectively.
20 Each child node must have one and only one 'reg' entry of type SPMI_USID.
33 reg = <0 SPMI_USID>;
38 reg = <7 SPMI_USID
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dpm8004.dtsi9 reg = <0x4 SPMI_USID>;
16 reg = <0x5 SPMI_USID>;
Dpmi8998.dtsi8 reg = <0x2 SPMI_USID>;
25 reg = <0x3 SPMI_USID>;
Dpmi8994.dtsi9 reg = <0x2 SPMI_USID>;
26 reg = <0x3 SPMI_USID>;
Dpm8005.dtsi10 reg = <0x4 SPMI_USID>;
28 reg = <0x5 SPMI_USID>;
Dpm8150b.dtsi14 reg = <0x2 SPMI_USID>;
82 reg = <0x3 SPMI_USID>;
Dpm8150l.dtsi14 reg = <0x4 SPMI_USID>;
76 reg = <0x5 SPMI_USID>;
Dpm8994.dtsi10 reg = <0x0 SPMI_USID>;
85 reg = <0x1 SPMI_USID>;
Dpm8150.dtsi15 reg = <0x0 SPMI_USID>;
93 reg = <0x1 SPMI_USID>;
Dpm8998.dtsi37 reg = <0x0 SPMI_USID>;
108 reg = <0x1 SPMI_USID>;
Dpms405.dtsi36 reg = <0x0 SPMI_USID>;
143 reg = <0x1 SPMI_USID>;
Dpm8916.dtsi11 reg = <0x0 SPMI_USID>;
110 reg = <0x1 SPMI_USID>;
/Linux-v5.4/arch/arm/boot/dts/
Dqcom-pm8841.dtsi9 reg = <0x4 SPMI_USID>;
33 reg = <0x5 SPMI_USID>;
Dqcom-pma8084.dtsi10 reg = <0x0 SPMI_USID>;
96 reg = <0x1 SPMI_USID>;
Dqcom-pm8941.dtsi10 reg = <0x0 SPMI_USID>;
148 reg = <0x1 SPMI_USID>;
/Linux-v5.4/include/dt-bindings/spmi/
Dspmi.h7 #define SPMI_USID 0 macro
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.txt60 reg = <0x0 SPMI_USID>;
71 reg = <0x1 SPMI_USID>;
/Linux-v5.4/Documentation/devicetree/bindings/watchdog/
Dqcom,pm8916-wdt.txt16 reg = <0x0 SPMI_USID>;
/Linux-v5.4/drivers/spmi/
Dspmi.c471 if (reg[1] != SPMI_USID) { in of_spmi_register_devices()