Home
last modified time | relevance | path

Searched refs:pdn (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dpsci-mx7.c149 __secure void imx_gpcv2_set_core_power(int cpu, bool pdn) in imx_gpcv2_set_core_power() argument
151 u32 reg = pdn ? GPC_CPU_PGC_SW_PUP_REQ : GPC_CPU_PGC_SW_PDN_REQ; in imx_gpcv2_set_core_power()
380 static __secure void imx_gpcv2_set_plat_power_gate_by_lpm(bool pdn) in imx_gpcv2_set_plat_power_gate_by_lpm() argument
385 if (pdn) in imx_gpcv2_set_plat_power_gate_by_lpm()
391 static __secure void imx_gpcv2_set_cpu_power_gate_by_lpm(u32 cpu, bool pdn) in imx_gpcv2_set_cpu_power_gate_by_lpm() argument
397 if (pdn) in imx_gpcv2_set_cpu_power_gate_by_lpm()
405 if (pdn) in imx_gpcv2_set_cpu_power_gate_by_lpm()
/openbmc/u-boot/arch/arm/dts/
H A Duniphier-ld20-global.dts117 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 1) GPIO_ACTIVE_LOW>;
H A Duniphier-ld11-global.dts117 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 5) GPIO_ACTIVE_LOW>;
H A Dimx6ull-colibri.dts544 pinctrl_snvs_wifi_pdn: snvs-wifi-pdn-grp {
/openbmc/u-boot/drivers/misc/
H A Dmxc_ocotp.c205 writel(1, &regs->pdn); in finish_access()
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dimx-regs.h952 u32 pdn; member