Searched full:hpm (Results  1 – 13 of 13) sorted by relevance
| /linux/drivers/soc/samsung/ | 
| H A D | exynos-asv.h | 14 /* HPM, IDS values to select target group */16 	unsigned int hpm;  member
 
 | 
| H A D | exynos5422-asv.c | 341 	int hpm, ids, i;  in exynos5422_asv_get_group()  local360 	hpm = (auxi_reg >> EXYNOS5422_TMCB_OFFSET) & EXYNOS5422_TMCB_MASK;  in exynos5422_asv_get_group()
 366 		if (hpm <= __asv_limits[i].hpm)  in exynos5422_asv_get_group()
 
 | 
| /linux/include/dt-bindings/regulator/ | 
| H A D | qcom,rpmh-regulator.h | 21  *				automatically switches between LPM and HPM based
 | 
| /linux/drivers/regulator/ | 
| H A D | qcom_rpm-regulator.c | 40 	struct request_member hpm;		/* switch: control OCP and SS */  member95 	.hpm            = { 0, 0x00000300,  8 },
 137 	.hpm            = { 0, 0x00000C00, 10 },
 729 		 * NONE, LPM, HPM  in rpm_reg_of_parse()
 731 		 * NONE, LPM, AUTO, HPM, BYPASS  in rpm_reg_of_parse()
 
 | 
| H A D | mcp16502.c | 38  * controlled via GPIO lines called LPM and HPM.
 | 
| H A D | qcom-rpmh-regulator.c | 78  *				high power mode (HPM) operation.  This is used
 | 
| H A D | qcom_spmi-regulator.c | 1929 	of_property_read_u32(node, "qcom,pin-ctrl-hpm", &data->pin_ctrl_hpm);  in spmi_regulator_get_dt_config()
 | 
| /linux/Documentation/devicetree/bindings/regulator/ | 
| H A D | microchip,mcp16502.yaml | 16   of High-Performance mode (HPM).
 | 
| H A D | qcom,spmi-regulator.yaml | 72       qcom,pin-ctrl-hpm:
 | 
| /linux/drivers/clk/samsung/ | 
| H A D | clk-exynos4.c | 1200 #define E4210_CPU_DIV1(hpm, copy)					\  argument1201 		(((hpm) << 4) | ((copy) << 0))
 1231 #define E4412_CPU_DIV1(cores, hpm, copy)				\  argument
 1232 		(((cores) << 8) | ((hpm) << 4) | ((copy) << 0))
 
 | 
| /linux/drivers/gpu/drm/msm/dsi/phy/ | 
| H A D | dsi_phy.c | 518 	{ .compatible = "qcom,dsi-phy-28nm-hpm",520 	{ .compatible = "qcom,dsi-phy-28nm-hpm-fam-b",
 
 | 
| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | msm8976.dtsi | 1121 				compatible = "qcom,dsi-phy-28nm-hpm-fam-b";1140 				compatible = "qcom,dsi-phy-28nm-hpm-fam-b";
 
 | 
| /linux/arch/arm/boot/dts/qcom/ | 
| H A D | qcom-msm8974.dtsi | 2012 				compatible = "qcom,dsi-phy-28nm-hpm";2085 				compatible = "qcom,dsi-phy-28nm-hpm";
 
 |