Home
last modified time | relevance | path

Searched full:hpm (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/soc/samsung/
H A Dexynos-asv.h14 /* HPM, IDS values to select target group */
16 unsigned int hpm; member
H A Dexynos5422-asv.c341 int hpm, ids, i; in exynos5422_asv_get_group() local
360 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 Dqcom,rpmh-regulator.h21 * automatically switches between LPM and HPM based
/linux/drivers/regulator/
H A Dqcom_rpm-regulator.c40 struct request_member hpm; /* switch: control OCP and SS */ member
95 .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 Dqcom_spmi-regulator.c1929 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 Dmicrochip,mcp16502.yaml16 of High-Performance mode (HPM).
H A Dqcom,spmi-regulator.yaml72 qcom,pin-ctrl-hpm:
/linux/drivers/clk/samsung/
H A Dclk-exynos4.c1199 #define E4210_CPU_DIV1(hpm, copy) \ argument
1200 (((hpm) << 4) | ((copy) << 0))
1230 #define E4412_CPU_DIV1(cores, hpm, copy) \ argument
1231 (((cores) << 8) | ((hpm) << 4) | ((copy) << 0))
H A Dclk-exynos5250.c755 #define E5250_CPU_DIV1(hpm, copy) \ argument
756 (((hpm) << 4) | (copy))
H A Dclk-exynos3250.c756 #define E3250_CPU_DIV1(hpm, copy) \ argument
757 (((hpm) << 4) | ((copy) << 0))
H A Dclk-exynos5433.c3681 #define E5433_APOLLO_DIV1(hpm, copy) \ argument
3682 (((hpm) << 4) | ((copy) << 0))
3920 #define E5433_ATLAS_DIV1(hpm, copy) \ argument
3921 (((hpm) << 4) | ((copy) << 0))
/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c107 /* This sets HPM register in CMXUCR register which configures a in uhdlc_init()