Home
last modified time | relevance | path

Searched refs:ssbi (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/drivers/mfd/
Dssbi.c66 struct ssbi { struct
71 int (*read)(struct ssbi *, u16 addr, u8 *buf, int len); argument
72 int (*write)(struct ssbi *, u16 addr, const u8 *buf, int len); argument
75 static inline u32 ssbi_readl(struct ssbi *ssbi, u32 reg) in ssbi_readl() argument
77 return readl(ssbi->base + reg); in ssbi_readl()
80 static inline void ssbi_writel(struct ssbi *ssbi, u32 val, u32 reg) in ssbi_writel() argument
82 writel(val, ssbi->base + reg); in ssbi_writel()
94 static int ssbi_wait_mask(struct ssbi *ssbi, u32 set_mask, u32 clr_mask) in ssbi_wait_mask() argument
100 val = ssbi_readl(ssbi, SSBI2_STATUS); in ssbi_wait_mask()
110 ssbi_read_bytes(struct ssbi *ssbi, u16 addr, u8 *buf, int len) in ssbi_read_bytes() argument
[all …]
DMakefile201 obj-$(CONFIG_MFD_PM8XXX) += qcom-pm8xxx.o ssbi.o
/Linux-v5.4/Documentation/devicetree/bindings/arm/msm/
Dssbi.txt9 - compatible: "qcom,ssbi"
13 with the slave device. This should be one of "ssbi", "ssbi2", or
17 The slave device should be the single child node of the ssbi device
/Linux-v5.4/drivers/pinctrl/qcom/
DMakefile21 obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-gpio.o
22 obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-mpp.o
Dpinctrl-ipq8064.c493 FUNCTION(ssbi),
550 PINGROUP(10, gsbi4, spdif, sata, ssbi, mdio, spmi, NA, NA, NA, NA),
551 PINGROUP(11, gsbi4, pcie2_prsnt, pcie1_prsnt, pcie3_prsnt, ssbi, mdio, spmi, NA, NA, NA),
/Linux-v5.4/arch/arm/boot/dts/
Dqcom-msm8660.dtsi277 qcom,ssbi@500000 {
278 compatible = "qcom,ssbi";
293 "qcom,ssbi-gpio";
305 "qcom,ssbi-mpp";
Dqcom-mdm9615.dtsi279 qcom,ssbi@500000 {
280 compatible = "qcom,ssbi";
303 compatible = "qcom,pm8018-mpp", "qcom,ssbi-mpp";
325 compatible = "qcom,pm8018-gpio", "qcom,ssbi-gpio";
Dqcom-msm8960.dtsi201 qcom,ssbi@500000 {
202 compatible = "qcom,ssbi";
Dqcom-apq8064.dtsi668 ssbi@c00000 {
669 compatible = "qcom,ssbi";
683 compatible = "qcom,pm8821-mpp", "qcom,ssbi-mpp";
695 qcom,ssbi@500000 {
696 compatible = "qcom,ssbi";
712 "qcom,ssbi-gpio";
724 "qcom,ssbi-mpp";
Dqcom-apq8064-cm-qs600.dts196 qcom,ssbi@500000 {
Dqcom-apq8064-ifc6410.dts291 qcom,ssbi@500000 {
Dqcom-ipq8064.dtsi415 qcom,ssbi@500000 {
416 compatible = "qcom,ssbi";
Dqcom-apq8064-sony-xperia-yuga.dts335 qcom,ssbi@500000 {
Dqcom-apq8060-dragonboard.dts265 qcom,ssbi@500000 {
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-gpio.txt27 And must contain either "qcom,spmi-gpio" or "qcom,ssbi-gpio"
28 if the device is on an spmi bus or an ssbi bus respectively
226 compatible = "qcom,pm8921-gpio", "qcom,ssbi-gpio";
Dqcom,pmic-mpp.txt22 And must contain either "qcom,spmi-mpp" or "qcom,ssbi-mpp"
23 if the device is on an spmi bus or an ssbi bus respectively.
Dqcom,ipq8064-pinctrl.txt59 mdio, mi2s, pdm, ssbi, spmi, audio_pcm, gpio, gsbi1, gsbi2, gsbi4, gsbi5,
/Linux-v5.4/Documentation/devicetree/bindings/leds/
Dleds-pm8058.txt37 qcom,ssbi@500000 {
/Linux-v5.4/include/
DKbuild675 header-test- += linux/ssbi.h
/Linux-v5.4/
DMAINTAINERS2124 F: drivers/mfd/ssbi.c