/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | rohm,bd71815-regulator.yaml | 83 rohm,dvs-lpsr-voltage: 85 PMIC "LPSR" state voltage in uV when PMIC HW states are used. See 87 regulator should be disabled at LPSR state. 94 # (LPSR/SUSPEND). The voltage is automatically changed when HW 106 # for each of the HW states (RUN/SNVS/SUSPEND/LPSR). HW defaults can
|
H A D | rohm,bd71828-regulator.yaml | 75 rohm,dvs-lpsr-voltage: 77 PMIC default "LPSR" state voltage in uV. See below table for 84 # buck | run | idle | suspend | lpsr 91 # (*) LPSR and SUSPEND states use same voltage but both states have own
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | iomux-v3.c | 42 u32 lpsr = (pad & MUX_MODE_LPSR) >> MUX_MODE_SHIFT; in imx_iomux_v3_setup_pad() local 45 if (lpsr == IOMUX_CONFIG_LPSR) { in imx_iomux_v3_setup_pad() 54 if (lpsr == IOMUX_CONFIG_LPSR) { in imx_iomux_v3_setup_pad() 82 if (lpsr == IOMUX_CONFIG_LPSR) in imx_iomux_v3_setup_pad()
|
/openbmc/linux/include/linux/mfd/ |
H A D | rohm-generic.h | 49 * @lpsr_reg: register address for regulator config at 'lpsr' state 50 * @lpsr_mask: value mask for regulator voltages at 'lpsr' state 51 * @lpsr_on_mask: enable mask for regulator at 'lpsr' state
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | fsl,imx7d-pinctrl.yaml | 21 - fsl,imx7d-iomuxc-lpsr 82 - fsl,imx7d-iomuxc-lpsr 104 compatible = "fsl,imx7d-iomuxc-lpsr";
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-snvs.c | 208 u32 lptar, lpsr; in snvs_rtc_read_alarm() local 218 regmap_read(data->regmap, data->offset + SNVS_LPSR, &lpsr); in snvs_rtc_read_alarm() 219 alrm->pending = (lpsr & SNVS_LPSR_LPTA) ? 1 : 0; in snvs_rtc_read_alarm() 282 u32 lpsr; in snvs_rtc_irq_handler() local 287 regmap_read(data->regmap, data->offset + SNVS_LPSR, &lpsr); in snvs_rtc_irq_handler() 289 if (lpsr & SNVS_LPSR_LPTA) { in snvs_rtc_irq_handler() 299 regmap_write(data->regmap, data->offset + SNVS_LPSR, lpsr); in snvs_rtc_irq_handler()
|
/openbmc/u-boot/include/configs/ |
H A D | mx7_common.h | 27 /* Enable iomux-lpsr support */
|
/openbmc/u-boot/drivers/pinctrl/nxp/ |
H A D | pinctrl-imx7.c | 28 { .compatible = "fsl,imx7d-iomuxc-lpsr", .data = (ulong)&imx7_lpsr_pinctrl_soc_info },
|
/openbmc/linux/drivers/regulator/ |
H A D | bd71828-regulator.c | 116 "rohm,dvs-lpsr-voltage" }; in ldo6_parse_dt() 210 * LPSR voltage is same as SUSPEND voltage. Allow 211 * only enabling/disabling regulator for LPSR state
|
H A D | bd71815-regulator.c | 205 of_property_present(np, "rohm,dvs-lpsr-voltage") || in buck12_set_hw_dvs_levels() 218 * avoid shutting us down if LPSR or SUSPEND is set to in buck12_set_hw_dvs_levels() 340 * voltage is set to BD71815_REG_BUCK1_VOLT_H. Changing SUSPEND/LPSR in bd7181x_buck12_set_voltage_sel()
|
H A D | rohm-regulator.c | 93 prop = "rohm,dvs-lpsr-voltage"; in rohm_regulator_set_dvs_levels()
|
/openbmc/linux/drivers/pinctrl/freescale/ |
H A D | pinctrl-imx6ul.c | 297 /* pad for i.MX6ULL lpsr pinmux */
|
H A D | pinctrl-imx7d.c | 371 { .compatible = "fsl,imx7d-iomuxc-lpsr", .data = &imx7d_lpsr_pinctrl_info },
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | iomux-v3.h | 41 * MUX_MODE + SION + LPSR: 36..41 (6)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx7s.dtsi | 464 iomuxc_lpsr: iomuxc-lpsr@302c0000 { 465 compatible = "fsl,imx7d-iomuxc-lpsr";
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/ |
H A D | imx-regs.h | 467 u32 lpsr; /* 0x14 */ member
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7s.dtsi | 455 compatible = "fsl,imx7d-iomuxc-lpsr";
|