Searched full:hpm (Results 1 – 12 of 12) 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() 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 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 */ 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 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 | 1199 #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 D | clk-exynos5250.c | 755 #define E5250_CPU_DIV1(hpm, copy) \ argument 756 (((hpm) << 4) | (copy))
|
| H A D | clk-exynos3250.c | 756 #define E3250_CPU_DIV1(hpm, copy) \ argument 757 (((hpm) << 4) | ((copy) << 0))
|
| H A D | clk-exynos5433.c | 3681 #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 D | fsl_ucc_hdlc.c | 107 /* This sets HPM register in CMXUCR register which configures a in uhdlc_init()
|