Home
last modified time | relevance | path

Searched full:mbg (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/thermal/
H A Dqcom,pm8775-mbg-tm.yaml4 $id: http://devicetree.org/schemas/thermal/qcom,pm8775-mbg-tm.yaml#
7 title: Qualcomm's SPMI PMIC MBG Thermal Monitoring
14 Qualcomm's MBG(Master Bandgap) temperature alarm monitors the die
19 and the MBG's fault status register gives details to understand whether
24 const: qcom,pm8775-mbg-tm
64 compatible = "qcom,pm8775-mbg-tm";
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-mbg-tm.c32 * struct mbg_tm_chip - MBG thermal monitor device data.
33 * @map: regmap for accessing MBG thermal registers.
37 * @base: base register offset for this MBG instance
241 { .compatible = "qcom,pm8775-mbg-tm" },
248 .name = "qcom-spmi-mbg-tm",
255 MODULE_DESCRIPTION("PMIC MBG Temperature monitor driver");
H A DKconfig25 tristate "Qualcomm SPMI PMIC MBG Temperature monitor"
29 This enables Qualcomm PMIC MBG (Master Bandgap) thermal monitor.
31 The MBG block monitors PMIC die temperature in hardware and raises an
H A DMakefile8 obj-$(CONFIG_QCOM_SPMI_MBG_TM) += qcom-spmi-mbg-tm.o
/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020mbg-pc_32b.dts2 * P1020 MBG-PC Device Tree Source (32-bit address map)
H A Dp1020mbg-pc_36b.dts2 * P1020 MBG-PC Device Tree Source (36-bit address map)
H A Dp1020mbg-pc.dtsi2 * P1020 MBG-PC Device Tree Source stub (no addresses or top-level ranges)
/linux/arch/powerpc/platforms/85xx/
H A Dmpc85xx_rdb.c146 .name = "P1020 MBG-PC", in define_machine()