Home
last modified time | relevance | path

Searched full:lpsr (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Drohm,bd71815-regulator.yaml83 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 Drohm,bd71828-regulator.yaml75 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 Diomux-v3.c42 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 Drohm-generic.h49 * @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 Dfsl,imx7d-pinctrl.yaml21 - fsl,imx7d-iomuxc-lpsr
82 - fsl,imx7d-iomuxc-lpsr
104 compatible = "fsl,imx7d-iomuxc-lpsr";
/openbmc/linux/drivers/rtc/
H A Drtc-snvs.c208 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 Dmx7_common.h27 /* Enable iomux-lpsr support */
/openbmc/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx7.c28 { .compatible = "fsl,imx7d-iomuxc-lpsr", .data = (ulong)&imx7_lpsr_pinctrl_soc_info },
/openbmc/linux/drivers/regulator/
H A Dbd71828-regulator.c116 "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 Dbd71815-regulator.c205 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 Drohm-regulator.c93 prop = "rohm,dvs-lpsr-voltage"; in rohm_regulator_set_dvs_levels()
/openbmc/linux/drivers/pinctrl/freescale/
H A Dpinctrl-imx6ul.c297 /* pad for i.MX6ULL lpsr pinmux */
H A Dpinctrl-imx7d.c371 { .compatible = "fsl,imx7d-iomuxc-lpsr", .data = &imx7d_lpsr_pinctrl_info },
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Diomux-v3.h41 * MUX_MODE + SION + LPSR: 36..41 (6)
/openbmc/u-boot/arch/arm/dts/
H A Dimx7s.dtsi464 iomuxc_lpsr: iomuxc-lpsr@302c0000 {
465 compatible = "fsl,imx7d-iomuxc-lpsr";
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h467 u32 lpsr; /* 0x14 */ member
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7s.dtsi455 compatible = "fsl,imx7d-iomuxc-lpsr";