Home
last modified time | relevance | path

Searched refs:hpm (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/drivers/soc/samsung/
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()
A Dexynos-asv.h16 unsigned int hpm; member
/linux-6.3-rc2/Documentation/devicetree/bindings/display/msm/
A Ddsi-phy-28nm.yaml18 - qcom,dsi-phy-28nm-hpm
19 - qcom,dsi-phy-28nm-hpm-fam-b
A Dqcom,mdss.yaml125 - qcom,dsi-phy-28nm-hpm
/linux-6.3-rc2/drivers/regulator/
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 },
/linux-6.3-rc2/drivers/clk/samsung/
A Dclk-exynos4.c1195 #define E4210_CPU_DIV1(hpm, copy) \ argument
1196 (((hpm) << 4) | ((copy) << 0))
1208 #define E4412_CPU_DIV1(cores, hpm, copy) \ argument
1209 (((cores) << 8) | ((hpm) << 4) | ((copy) << 0))
A Dclk-exynos5250.c752 #define E5250_CPU_DIV1(hpm, copy) \ argument
753 (((hpm) << 4) | (copy))
A Dclk-exynos3250.c754 #define E3250_CPU_DIV1(hpm, copy) \ argument
755 (((hpm) << 4) | ((copy) << 0))
A Dclk-exynos5433.c3661 #define E5433_APOLLO_DIV1(hpm, copy) \ argument
3662 (((hpm) << 4) | ((copy) << 0))
3901 #define E5433_ATLAS_DIV1(hpm, copy) \ argument
3902 (((hpm) << 4) | ((copy) << 0))
/linux-6.3-rc2/arch/arm/boot/dts/
A Daspeed-bmc-ampere-mtmitchell.dts519 /*N0-N7*/ "hpm-fw-recovery","hpm-stby-rst-n","jtag-sel-s0","led-sw-hb",
A Dqcom-msm8974.dtsi1974 compatible = "qcom,dsi-phy-28nm-hpm";
2045 compatible = "qcom,dsi-phy-28nm-hpm";
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dqcom,spmi-regulator.yaml68 qcom,pin-ctrl-hpm:
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtrans.c1776 u32 hpm, wprot; in iwl_trans_pcie_clear_persistence_bit() local
1789 hpm = iwl_read_umac_prph_no_grab(trans, HPM_DEBUG); in iwl_trans_pcie_clear_persistence_bit()
1790 if (hpm != 0xa5a5a5a0 && (hpm & PERSISTENCE_BIT)) { in iwl_trans_pcie_clear_persistence_bit()
1799 hpm & ~PERSISTENCE_BIT); in iwl_trans_pcie_clear_persistence_bit()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-msm.c1450 struct mmc_host *mmc, bool hpm) in msm_config_vqmmc_mode() argument
1454 load = hpm ? MMC_VQMMC_MAX_LOAD_UA : 0; in msm_config_vqmmc_mode()

Completed in 49 milliseconds