Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,spmi-regulator.txt229 between HPM and LPM); not available on boost type
232 1 = Set initial mode to high power mode (HPM), also referred
233 to as NPM. HPM consumes more ground current than LPM, but
234 it can source significantly higher load current. HPM is not
236 regulators, HPM implies that over current protection and
265 - qcom,pin-ctrl-hpm:
H A Dmicrochip,mcp16502.yaml16 of High-Performance mode (HPM).
H A Dqcom,spmi-regulator.yaml72 qcom,pin-ctrl-hpm:
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi.txt85 * "qcom,dsi-phy-28nm-hpm"
99 For DSI 28nm HPM/LP/8960 PHYs and 20nm PHY:
114 For 28nm HPM/LP, 28nm 8960 PHYs:
234 compatible = "qcom,dsi-phy-28nm-hpm";
H A Ddsi-phy-28nm.yaml21 - qcom,dsi-phy-28nm-hpm
22 - qcom,dsi-phy-28nm-hpm-fam-b
H A Dqcom,mdss.yaml130 - qcom,dsi-phy-28nm-hpm
131 - qcom,dsi-phy-28nm-hpm-fam-b
/freebsd/sys/contrib/device-tree/include/dt-bindings/regulator/
H A Dqcom,rpmh-regulator.h21 * automatically switches between LPM and HPM based
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ampere-mtmitchell.dts1007 /*N0-N7*/ "hpm-fw-recovery","hpm-stby-rst-n","jtag-sel-s0","led-sw-hb",
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c1718 u32 hpm, wprot; in iwl_trans_pcie_clear_persistence_bit() local
1731 hpm = iwl_read_umac_prph_no_grab(trans, HPM_DEBUG); in iwl_trans_pcie_clear_persistence_bit()
1732 if (!iwl_trans_is_hw_error_value(hpm) && (hpm & PERSISTENCE_BIT)) { in iwl_trans_pcie_clear_persistence_bit()
1741 hpm & ~PERSISTENCE_BIT); in iwl_trans_pcie_clear_persistence_bit()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8976.dtsi1084 compatible = "qcom,dsi-phy-28nm-hpm-fam-b";
1103 compatible = "qcom,dsi-phy-28nm-hpm-fam-b";
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8974.dtsi2009 compatible = "qcom,dsi-phy-28nm-hpm";
2080 compatible = "qcom,dsi-phy-28nm-hpm";
/freebsd/contrib/libpcap/
H A Dpcap-common.c1041 * in the PICMG HPM.2 specification.
/freebsd/sys/net/
H A Ddlt.h1386 * in the PICMG HPM.2 specification.
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h1412 * in the PICMG HPM.2 specification.
/freebsd/sys/dev/iwx/
H A Dif_iwx.c2727 uint32_t hpm, wprot; in iwx_clear_persistence_bit() local
2729 hpm = iwx_read_prph_unlocked(sc, IWX_HPM_DEBUG); in iwx_clear_persistence_bit()
2730 if (hpm != 0xa5a5a5a0 && (hpm & IWX_PERSISTENCE_BIT)) { in iwx_clear_persistence_bit()
2738 hpm & ~IWX_PERSISTENCE_BIT); in iwx_clear_persistence_bit()