| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | twl-regulator.txt | 18 - "ti,twl6030-vdd1" for VDD1 SMPS 19 - "ti,twl6030-vdd2" for VDD2 SMPS 20 - "ti,twl6030-vdd3" for VDD3 SMPS 32 - "ti,twl6032-smps3" for SMPS3 SMPS 33 - "ti,twl6032-smps4" for SMPS4 SMPS 34 - "ti,twl6032-vio" for VIO SMPS 50 - "ti,twl4030-vdd1" for VDD1 SMPS 51 - "ti,twl4030-vdd2" for VDD2 SMPS
|
| H A D | palmas-pmic.txt | 36 smps45, smps457, smps7 depending on variant, smps6, smps[8-9], 50 ti,smps-range - OTP has the wrong range set for the hardware so override 80 ti,smps-range = <1>;
|
| H A D | qcom,rpmh-regulator.yaml | 22 It is used for clock buffers, low-voltage switches, and LDO/SMPS regulators 128 "^(smps|ldo|lvs|bob)[0-9]+$": 132 description: smps/ldo regulator nodes(s).
|
| H A D | qcom,rpm-regulator.yaml | 90 # based on realtime current draw, only for pm8921 smps and ftsmps
|
| H A D | qcom,rpmh-regulator.txt | 11 switches, and LDO/SMPS regulators which have a fixed voltage and mode.
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/regulator/ |
| H A D | qcom,rpmh-regulator.h | 14 * by LDO and SMPS type regulators. 16 * allowed. This mode corresponds to PFM for SMPS 27 * corresponds to PWM for SMPS and BOB type
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_vl15intf.h | 145 * Maximum number of timeout based SMPs allowed to be outstanding. 148 * Wait time in usec for timeout based SMPs. 281 * [in] Maximum number of SMPs allowed on the wire at one time. 284 * [in] Maximum number of timeout based SMPs allowed to be 288 * [in] Wait time in usec for timeout based SMPs. 352 * 2) There are no QP0 SMPs currently outstanding
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx7d-flex-concentrator.dts | 100 * ADC1_IN0: SMPS - 5V output monitor (voltage divider: 1/0.2806) 176 * SMPS - AC input monitor based on zero crossing. 181 "", "", "", "", "smps-ac-monitor", "", "usb-hub-reset", "", 258 /* SMPS - AC input monitor (high = failure) */
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | stericsson,db8500-prcmu.yaml | 97 for 1.2V I/O. SMPS means System Management Power Source. 104 for 1.8V I/O. SMPS means System Management Power Source. 111 for 0.87 thru 1.875V I/O. SMPS means System Management Power Source.
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | datapath.h | 111 * @THERMAL_DUAL_CHAIN_REQUEST: firmware request for SMPS mode, 404 * enum iwl_thermal_dual_chain_req_events - firmware SMPS request event 408 * (static SMPS) 416 * struct iwl_thermal_dual_chain_request - SMPS request
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 1768 int smps; in ath12k_peer_assoc_h_smps() local 1773 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_peer_assoc_h_smps() 1774 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_peer_assoc_h_smps() 1776 switch (smps) { in ath12k_peer_assoc_h_smps() 2248 int smps; in ath12k_setup_peer_smps() local 2253 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_setup_peer_smps() 2254 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_setup_peer_smps() 2256 if (smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_setup_peer_smps() 2261 ath12k_smps_map[smps]); in ath12k_setup_peer_smps() 2311 ath12k_warn(ar->ab, "failed to setup peer SMPS for vdev %d: %d\n", in ath12k_bss_assoc() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | utils.c | 269 * iwl_mvm_update_smps - Get a request to change the SMPS mode 273 * @smps_request: The request to change the SMPS mode. 276 * Get a requst to change the SMPS mode, 290 /* SMPS is irrelevant for NICs that don't have at least 2 RX antenna */ in iwl_mvm_update_smps() 297 /* SMPS is handled by firmware */ in iwl_mvm_update_smps() 318 /* SMPS is disabled in eSR */ in iwl_mvm_update_smps()
|
| /freebsd/contrib/ofed/libibnetdisc/ |
| H A D | query_smp.c | 259 /* remove queued smps */ in smp_engine_destroy() 266 /* remove smps from the wire queue */ in smp_engine_destroy()
|
| /freebsd/contrib/ofed/infiniband-diags/man/ |
| H A D | infiniband-diags.8 | 43 .SS THE USE OF SMPs (QP0) 45 Many of the tools in this package rely on the use of SMPs via QP0 to acquire
|
| H A D | ibtracert.8 | 39 ibtracert uses SMPs to trace the path from a source GID/LID to a
|
| H A D | ibroute.8 | 39 ibroute uses SMPs to display the forwarding tables (unicast
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-config.h | 281 * @dynamic_smps_entry: Dynamic SMPS entry threshold 282 * @dynamic_smps_exit: Dynamic SMPS exit threshold 287 * @support_dynamic_smps: Support dynamic SMPS?
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | mac.c | 2646 int smps; in ath11k_peer_assoc_h_smps() local 2652 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps() 2653 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_peer_assoc_h_smps() 2655 smps = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in ath11k_peer_assoc_h_smps() 2659 switch (smps) { in ath11k_peer_assoc_h_smps() 2954 int smps; in ath11k_setup_peer_smps() local 2960 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps() 2961 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps() 2963 smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, he_6ghz_capa); in ath11k_setup_peer_smps() 2966 if (smps >= ARRAY_SIZE(ath11k_smps_map)) in ath11k_setup_peer_smps() [all …]
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig.8 | 2095 .It Cm smps 2096 Enable use of Static Spatial Multiplexing Power Save (SMPS) 2098 A station operating with Static SMPS maintains only a single 2100 To disable SMPS use 2101 .Fl smps . 2103 Enable use of Dynamic Spatial Multiplexing Power Save (SMPS) 2105 A station operating with Dynamic SMPS maintains only a single 2110 To disable SMPS use 2111 .Fl smps .
|
| /freebsd/share/man/man4/ |
| H A D | net80211.4 | 546 Return the Spatial Multiplexing Power Save (SMPS) setting in 551 (Dynamic SMPS is enabled), 553 (Static SMPS is enabled), 1191 Set the Spatial Multiplexing Power Save (SMPS) setting to the value in
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 2855 int smps; in ath10k_setup_peer_smps() local 2860 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps() 2861 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps() 2863 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps() 2868 ath10k_smps_map[smps]); in ath10k_setup_peer_smps() 3141 ath10k_warn(ar, "failed to setup peer SMPS for vdev %i: %d\n", in ath10k_bss_assoc() 3320 ath10k_warn(ar, "failed to setup peer SMPS for vdev %d: %d\n", in ath10k_station_assoc() 4984 u32 smps; in ath10k_get_ht_cap() local 4986 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath10k_get_ht_cap() 4987 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_get_ht_cap() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-apq8064-cm-qs600.dts | 109 /* Buck SMPS */
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 1729 enum ieee80211_smps_mode smps) in ieee80211_request_smps() argument 1741 if (smps >= nitems(smps_mode_name)) in ieee80211_request_smps() 1742 panic("%s: unsupported smps value: %d\n", __func__, smps); in ieee80211_request_smps() 1744 IMPROVE("XXX LKPI80211 TODO smps %d %s\n", smps, smps_mode_name[smps]); in ieee80211_request_smps()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11_ht.c | 506 * non-symmetric features like STBC and SMPS. Just because in hostapd_get_ht_capab() 507 * we're not in dynamic SMPS mode the STA might still be. in hostapd_get_ht_capab()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
| H A D | mt7603.h | 80 u8 smps; member
|