Home
last modified time | relevance | path

Searched refs:general (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c54 struct stats_rx_non_phy *general, *accum_general; in il4965_ucode_rx_stats_read() local
74 general = &il->_4965.stats.rx.general; in il4965_ucode_rx_stats_read()
78 accum_general = &il->_4965.accum_stats.rx.general; in il4965_ucode_rx_stats_read()
82 delta_general = &il->_4965.delta_stats.rx.general; in il4965_ucode_rx_stats_read()
86 max_general = &il->_4965.max_delta.rx.general; in il4965_ucode_rx_stats_read()
279 le32_to_cpu(general->bogus_cts), accum_general->bogus_cts, in il4965_ucode_rx_stats_read()
283 le32_to_cpu(general->bogus_ack), accum_general->bogus_ack, in il4965_ucode_rx_stats_read()
287 le32_to_cpu(general->non_bssid_frames), in il4965_ucode_rx_stats_read()
293 le32_to_cpu(general->filtered_frames), in il4965_ucode_rx_stats_read()
299 le32_to_cpu(general->non_channel_beacons), in il4965_ucode_rx_stats_read()
[all …]
H A D3945-debug.c46 struct iwl39_stats_rx_non_phy *general, *accum_general; in il3945_ucode_rx_stats_read() local
65 general = &il->_3945.stats.rx.general; in il3945_ucode_rx_stats_read()
68 accum_general = &il->_3945.accum_stats.rx.general; in il3945_ucode_rx_stats_read()
71 delta_general = &il->_3945.delta_stats.rx.general; in il3945_ucode_rx_stats_read()
74 max_general = &il->_3945.max_delta.rx.general; in il3945_ucode_rx_stats_read()
263 le32_to_cpu(general->bogus_cts), accum_general->bogus_cts, in il3945_ucode_rx_stats_read()
268 le32_to_cpu(general->bogus_ack), accum_general->bogus_ack, in il3945_ucode_rx_stats_read()
273 le32_to_cpu(general->non_bssid_frames), in il3945_ucode_rx_stats_read()
280 le32_to_cpu(general->filtered_frames), in il3945_ucode_rx_stats_read()
288 le32_to_cpu(general->non_channel_beacons), in il3945_ucode_rx_stats_read()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dprogram_prefix.patch10 lib/autoconf/general.m4 | 2 +-
13 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
15 --- a/lib/autoconf/general.m4
16 +++ b/lib/autoconf/general.m4
H A Dautotest-automake-result-format.patch9 lib/autotest/general.m4 | 39 +++++++++++++++++++++++++++++----------
12 diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
14 --- a/lib/autotest/general.m4
15 +++ b/lib/autotest/general.m4
/openbmc/linux/drivers/input/misc/
H A Diqs269a.c253 __be16 general; member
756 u16 general, misc_a, misc_b; in iqs269_parse_prop() local
971 general = be16_to_cpu(sys_reg->general); in iqs269_parse_prop()
974 general |= IQS269_SYS_SETTINGS_CLK_DIV; in iqs269_parse_prop()
981 general &= ~IQS269_SYS_SETTINGS_ULP_AUTO; in iqs269_parse_prop()
982 general &= ~IQS269_SYS_SETTINGS_DIS_AUTO; in iqs269_parse_prop()
983 general &= ~IQS269_SYS_SETTINGS_PWR_MODE_MASK; in iqs269_parse_prop()
993 general |= (val << IQS269_SYS_SETTINGS_PWR_MODE_SHIFT); in iqs269_parse_prop()
1003 general &= ~IQS269_SYS_SETTINGS_ULP_UPDATE_MASK; in iqs269_parse_prop()
1004 general |= (val << IQS269_SYS_SETTINGS_ULP_UPDATE_SHIFT); in iqs269_parse_prop()
[all …]
H A Diqs626a.c335 __be16 general; member
1239 u16 general; in iqs626_parse_prop() local
1257 general = be16_to_cpu(sys_reg->general); in iqs626_parse_prop()
1258 general &= IQS626_SYS_SETTINGS_ULP_UPDATE_MASK; in iqs626_parse_prop()
1261 general |= IQS626_SYS_SETTINGS_CLK_DIV; in iqs626_parse_prop()
1264 general |= IQS626_SYS_SETTINGS_ULP_AUTO; in iqs626_parse_prop()
1273 general &= ~IQS626_SYS_SETTINGS_ULP_UPDATE_MASK; in iqs626_parse_prop()
1274 general |= (val << IQS626_SYS_SETTINGS_ULP_UPDATE_SHIFT); in iqs626_parse_prop()
1391 general |= IQS626_SYS_SETTINGS_EVENT_MODE; in iqs626_parse_prop()
1400 general |= IQS626_SYS_SETTINGS_EVENT_MODE_LP; in iqs626_parse_prop()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1059 struct mvm_statistics_rx_non_phy_v3 *general = in iwl_dbgfs_fw_rx_stats_read() local
1060 &mvm->rx_stats_v3.general; in iwl_dbgfs_fw_rx_stats_read()
1062 PRINT_STATS_LE32(general, bogus_cts); in iwl_dbgfs_fw_rx_stats_read()
1063 PRINT_STATS_LE32(general, bogus_ack); in iwl_dbgfs_fw_rx_stats_read()
1064 PRINT_STATS_LE32(general, non_bssid_frames); in iwl_dbgfs_fw_rx_stats_read()
1065 PRINT_STATS_LE32(general, filtered_frames); in iwl_dbgfs_fw_rx_stats_read()
1066 PRINT_STATS_LE32(general, non_channel_beacons); in iwl_dbgfs_fw_rx_stats_read()
1067 PRINT_STATS_LE32(general, channel_beacons); in iwl_dbgfs_fw_rx_stats_read()
1068 PRINT_STATS_LE32(general, num_missed_bcon); in iwl_dbgfs_fw_rx_stats_read()
1069 PRINT_STATS_LE32(general, adc_rx_saturation_time); in iwl_dbgfs_fw_rx_stats_read()
[all …]
H A Drx.c943 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
945 stats->general.common.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics()
950 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
952 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
954 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
956 le64_to_cpu(stats->general.common.on_time_scan); in iwl_mvm_handle_rx_statistics()
958 data.beacon_counter = stats->general.beacon_counter; in iwl_mvm_handle_rx_statistics()
960 stats->general.beacon_average_energy; in iwl_mvm_handle_rx_statistics()
965 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
967 stats->general.common.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dpistachio-clock.txt5 general control, and top general control) which are instantiated individually
31 top-level general control.
71 Peripheral general control:
74 The peripheral general control block generates system interface clocks and
81 - reg: Must contain the base address and length of the peripheral general
99 Top-level general control:
102 The top-level general control block contains miscellaneous control registers and
/openbmc/docs/designs/
H A Dci-authorization.md13 contributions can be made by the general public - anyone with a GitHub account.
26 openbmc/general-developers GitHub team. If the contributor is a member of the
27 team (or a general-developers sub-team), the automated CI processes are
29 the general-developers team, manual intervention (ok-to-test) is required by a
39 openbmc/general-developers GitHub team, the contributor must first be a member
44 openbmc/general-developers group membership administrative capability.
55 The proposal is to simply migrate the current openbmc/general-developers GitHub
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dfsl-imx25-tsadc.txt3 This device combines two general purpose conversion queues one used for general
21 The first queue is for the touchscreen, the second for general purpose ADC.
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.c304 struct bdb_general_features *general; in parse_general_features() local
310 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
311 if (general) { in parse_general_features()
312 dev_priv->int_tv_support = general->int_tv_support; in parse_general_features()
313 dev_priv->int_crt_support = general->int_crt_support; in parse_general_features()
314 dev_priv->lvds_use_ssc = general->enable_ssc; in parse_general_features()
318 = general->ssc_freq ? 100 : 96; in parse_general_features()
/openbmc/intel-ipmi-oem/src/
H A Dmultinodecommands.cpp128 ipmi::intel::general::cmdGetMultiNodePresence, in registerMultiNodeFunctions()
132 ipmi::intel::general::cmdGetMultiNodeId, in registerMultiNodeFunctions()
136 ipmi::intel::general::cmdGetMultiNodeRole, in registerMultiNodeFunctions()
H A Doemcommands.cpp3996 intel::general::cmdGetBmcVersionString, Privilege::User, in registerOEMFunctions()
4000 intel::general::cmdGetChassisIdentifier, NULL, in registerOEMFunctions()
4004 ipmiPrintAndRegister(intel::netFnGeneral, intel::general::cmdSetSystemGUID, in registerOEMFunctions()
4010 intel::general::cmdDisableBMCSystemReset, Privilege::Admin, in registerOEMFunctions()
4015 intel::general::cmdGetBMCResetDisables, Privilege::Admin, in registerOEMFunctions()
4018 ipmiPrintAndRegister(intel::netFnGeneral, intel::general::cmdSetBIOSID, in registerOEMFunctions()
4022 intel::general::cmdGetOEMDeviceInfo, Privilege::User, in registerOEMFunctions()
4026 intel::general::cmdGetAICSlotFRUIDSlotPosRecords, NULL, in registerOEMFunctions()
4030 intel::general::cmdSendEmbeddedFWUpdStatus, in registerOEMFunctions()
4037 intel::general::cmdSetPowerRestoreDelay, NULL, in registerOEMFunctions()
[all …]
H A Dmanufacturingcommands.cpp851 ipmi::intel::general::cmdGetSmSignal): in mfgFilterMessage()
853 ipmi::intel::general::cmdSetSmSignal): in mfgFilterMessage()
855 ipmi::intel::general::cmdMtmKeepAlive): in mfgFilterMessage()
857 ipmi::intel::general::cmdSetManufacturingData): in mfgFilterMessage()
859 ipmi::intel::general::cmdGetManufacturingData): in mfgFilterMessage()
861 ipmi::intel::general::cmdSetFITcLayout): in mfgFilterMessage()
863 ipmi::intel::general::cmdMTMBMCFeatureControl): in mfgFilterMessage()
1592 ipmi::intel::general::cmdGetSmSignal, in register_mtm_commands()
1596 ipmi::intel::general::cmdSetSmSignal, in register_mtm_commands()
1600 ipmi::intel::general::cmdMtmKeepAlive, in register_mtm_commands()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/slirp/
H A Dlibslirp_git.bb1 SUMMARY = "A general purpose TCP-IP emulator"
2 DESCRIPTION = "A general purpose TCP-IP emulator used by virtual machine hypervisors to provide vir…
/openbmc/openbmc-test-automation/lib/
H A Dgen_plug_in_utils.py39 def return_plug_vars(general=True, custom=True, plug_in_package_name=None): argument
81 if not (general or custom):
86 if general:
222 qprint_plug_vars(headers=0, general=False, custom=True)
366 get_plug_vars(general=False, plug_in_package_name=plug_in_package_name)
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h222 struct mvm_statistics_tx_non_phy_v3 general; member
228 struct mvm_statistics_tx_non_phy general; member
342 struct mvm_statistics_rx_non_phy general; member
349 struct mvm_statistics_rx_non_phy_v3 general; member
365 struct mvm_statistics_general_v8 general; member
372 struct mvm_statistics_general_v8 general; member
380 struct mvm_statistics_general general; member
/openbmc/linux/drivers/iio/test/
H A DKconfig14 For more information on KUnit and unit tests in general, please refer
26 For more information on KUnit and unit tests in general, please refer
/openbmc/linux/Documentation/networking/
H A Dstrparser.rst17 The strparser works in one of two modes: receive callback or general
24 In general mode, a sequence of skbs are fed to strparser from an
49 callback mode; in general mode this is set to NULL. Callbacks
88 strp_process is called in general mode for a stream parser to
157 function is to lock_sock for the associated socket. In general
166 function is release_sock for the associated socket. In general
229 associated TCP socket. In general mode, the timeout is passed as an
241 In general mode the message length limit is passed in as an argument
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c679 struct statistics_rx_non_phy *general, *accum_general; in iwl_dbgfs_ucode_rx_stats_read() local
698 general = &priv->statistics.rx_non_phy; in iwl_dbgfs_ucode_rx_stats_read()
920 le32_to_cpu(general->bogus_cts), in iwl_dbgfs_ucode_rx_stats_read()
925 le32_to_cpu(general->bogus_ack), in iwl_dbgfs_ucode_rx_stats_read()
930 le32_to_cpu(general->non_bssid_frames), in iwl_dbgfs_ucode_rx_stats_read()
936 le32_to_cpu(general->filtered_frames), in iwl_dbgfs_ucode_rx_stats_read()
942 le32_to_cpu(general->non_channel_beacons), in iwl_dbgfs_ucode_rx_stats_read()
948 le32_to_cpu(general->channel_beacons), in iwl_dbgfs_ucode_rx_stats_read()
954 le32_to_cpu(general->num_missed_bcon), in iwl_dbgfs_ucode_rx_stats_read()
960 le32_to_cpu(general->adc_rx_saturation_time), in iwl_dbgfs_ucode_rx_stats_read()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dti,keystone-timer.txt4 architecture devices. The timer can be configured as a general-purpose 64-bit
5 timer, dual general-purpose 32-bit timers. When configured as dual 32-bit
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A DKconfig16 general embedded platform. EG20T PCH has Gigabit Ethernet interface.
22 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch14 general.c | 5 +++--
22 diff --git a/general.c b/general.c
24 --- a/general.c
25 +++ b/general.c
/openbmc/linux/drivers/dma/sh/
H A DKconfig39 This driver supports the general purpose DMA controller found in the
57 This driver supports the general purpose DMA controller found in the

12345678910>>...44