Home
last modified time | relevance | path

Searched full:hpm (Results 1 – 23 of 23) 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/Documentation/devicetree/bindings/display/msm/
H A Ddsi-phy-28nm.yaml21 - qcom,dsi-phy-28nm-hpm
22 - qcom,dsi-phy-28nm-hpm-fam-b
H A Dqcom,mdss.yaml142 - qcom,dsi-phy-28nm-hpm
143 - qcom,dsi-phy-28nm-hpm-fam-b
/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 Dmcp16502.c38 * controlled via GPIO lines called LPM and HPM.
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/mmc/host/
H A Dsdhci-msm.c1415 static void msm_config_vmmc_regulator(struct mmc_host *mmc, bool hpm) in msm_config_vmmc_regulator() argument
1419 if (!hpm) in msm_config_vmmc_regulator()
1433 static void msm_config_vqmmc_regulator(struct mmc_host *mmc, bool hpm) in msm_config_vqmmc_regulator() argument
1437 if (!hpm) in msm_config_vqmmc_regulator()
1450 struct mmc_host *mmc, bool hpm) in sdhci_msm_set_vmmc() argument
1455 msm_config_vmmc_regulator(mmc, hpm); in sdhci_msm_set_vmmc()
1501 struct mmc_host *mmc, bool hpm) in msm_config_vqmmc_mode() argument
1505 load = hpm ? MMC_VQMMC_MAX_LOAD_UA : 0; in msm_config_vqmmc_mode()
1524 * and HPM modes by setting the corresponding load. in sdhci_msm_set_vqmmc()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ampere-mtjefferson.dts586 /*N0-N7*/ "hpm-fw-recovery","hpm-stby-rst-n","jtag-sel-s0","led-sw-hb",
H A Daspeed-bmc-ampere-mtmitchell.dts1023 /*N0-N7*/ "hpm-fw-recovery","hpm-stby-rst-n","jtag-sel-s0","led-sw-hb",
H A Daspeed-bmc-facebook-santabarbara.dts310 // HPM Board ID EEPROM
/linux/drivers/clk/samsung/
H A Dclk-exynos4.c1200 #define E4210_CPU_DIV1(hpm, copy) \ argument
1201 (((hpm) << 4) | ((copy) << 0))
1231 #define E4412_CPU_DIV1(cores, hpm, copy) \ argument
1232 (((cores) << 8) | ((hpm) << 4) | ((copy) << 0))
H A Dclk-exynos5250.c756 #define E5250_CPU_DIV1(hpm, copy) \ argument
757 (((hpm) << 4) | (copy))
H A Dclk-exynos3250.c757 #define E3250_CPU_DIV1(hpm, copy) \ argument
758 (((hpm) << 4) | ((copy) << 0))
H A Dclk-exynos5433.c3682 #define E5433_APOLLO_DIV1(hpm, copy) \ argument
3683 (((hpm) << 4) | ((copy) << 0))
3921 #define E5433_ATLAS_DIV1(hpm, copy) \ argument
3922 (((hpm) << 4) | ((copy) << 0))
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c540 { .compatible = "qcom,dsi-phy-28nm-hpm",
542 { .compatible = "qcom,dsi-phy-28nm-hpm-fam-b",
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtrans.c1714 u32 hpm, wprot; in iwl_trans_pcie_clear_persistence_bit() local
1727 hpm = iwl_read_umac_prph_no_grab(trans, HPM_DEBUG); in iwl_trans_pcie_clear_persistence_bit()
1728 if (!iwl_trans_is_hw_error_value(hpm) && (hpm & PERSISTENCE_BIT)) { in iwl_trans_pcie_clear_persistence_bit()
1737 hpm & ~PERSISTENCE_BIT); in iwl_trans_pcie_clear_persistence_bit()
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8976.dtsi1121 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 Dqcom-msm8974.dtsi2012 compatible = "qcom,dsi-phy-28nm-hpm";
2085 compatible = "qcom,dsi-phy-28nm-hpm";
/linux/sound/soc/codecs/
H A Dmt6359.c915 /* Increase HP input pair current to HPM step by step */ in mtk_hp_enable()