Home
last modified time | relevance | path

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

12345678910>>...25

/freebsd/tools/tools/iwn/iwnstats/
H A Dmain.c218 le32toh(stats->general.temp), in iwn_stats_general_print()
219 le32toh(stats->general.temp_m), in iwn_stats_general_print()
220 le32toh(stats->general.burst_check), in iwn_stats_general_print()
221 le32toh(stats->general.burst), in iwn_stats_general_print()
222 le32toh(stats->general.sleep), in iwn_stats_general_print()
223 le32toh(stats->general.slot_out), in iwn_stats_general_print()
224 le32toh(stats->general.slot_idle)); in iwn_stats_general_print()
227 le32toh(stats->general.slot_out), in iwn_stats_general_print()
228 le32toh(stats->general.ttl_tstamp), in iwn_stats_general_print()
229 le32toh(stats->general.tx_ant_a), in iwn_stats_general_print()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c865 struct mvm_statistics_rx_non_phy_v3 *general = in iwl_dbgfs_fw_rx_stats_read() local
866 &mvm->rx_stats_v3.general; in iwl_dbgfs_fw_rx_stats_read()
868 PRINT_STATS_LE32(general, bogus_cts); in iwl_dbgfs_fw_rx_stats_read()
869 PRINT_STATS_LE32(general, bogus_ack); in iwl_dbgfs_fw_rx_stats_read()
870 PRINT_STATS_LE32(general, non_bssid_frames); in iwl_dbgfs_fw_rx_stats_read()
871 PRINT_STATS_LE32(general, filtered_frames); in iwl_dbgfs_fw_rx_stats_read()
872 PRINT_STATS_LE32(general, non_channel_beacons); in iwl_dbgfs_fw_rx_stats_read()
873 PRINT_STATS_LE32(general, channel_beacons); in iwl_dbgfs_fw_rx_stats_read()
874 PRINT_STATS_LE32(general, num_missed_bcon); in iwl_dbgfs_fw_rx_stats_read()
875 PRINT_STATS_LE32(general, adc_rx_saturation_time); in iwl_dbgfs_fw_rx_stats_read()
[all …]
H A Drx.c1254 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
1256 stats->general.common.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics()
1261 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
1263 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
1265 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
1267 le64_to_cpu(stats->general.common.on_time_scan); in iwl_mvm_handle_rx_statistics()
1269 data.beacon_counter = stats->general.beacon_counter; in iwl_mvm_handle_rx_statistics()
1271 stats->general.beacon_average_energy; in iwl_mvm_handle_rx_statistics()
1276 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
1278 stats->general.common.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics()
[all …]
/freebsd/sys/contrib/device-tree/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
/freebsd/contrib/llvm-project/libcxx/include/
H A Dratio291 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
292 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
317 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
318 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
343 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
344 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
372 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
373 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
399 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
400 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/rockchip/
H A Dgrf.txt3 The general register file will be used to do static set by software, which
7 - GRF, used for general non-secure system,
8 - SGRF, used for general secure system,
14 - GRF, used for general non-secure system,
15 - SGRF, used for general secure system,
/freebsd/sys/contrib/device-tree/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.
/freebsd/cddl/usr.sbin/dtrace/tests/common/json/
H A DMakefile8 tst.general.d \
9 tst.general.d.out \
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dqcom,msm-timer.txt11 - interrupts : Interrupts for the debug timer, the first general purpose
12 timer, and optionally a second general purpose timer, and
23 - clock-frequency : The frequency of the debug timer and the general purpose
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
H A Dti,davinci-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
/freebsd/contrib/file/magic/Magdir/
H A Dibm600016 # GRR: line below is too general as it matches also TTComp archive, ASCII, 1K handled by ./archive
18 # GRR: line below is too general as it matches also TTComp archive, ASCII, 2K handled by ./archive
30 # GRR: this test is still too general as it catches also many FATs of DOS filesystems
H A Dterminfo10 # GRR: line below too general as it catches also
40 # GRR: line below too general as it catches Commodore C128 program (crc32.prg XLINK.PRG) with start…
H A Dpack15 # GRR: line above is too general as it matches also PackDir archive ./acorn
32 # GRR: line below is too general as it matches also "Git pack" in ./revision
63 # GRR: line below is too general as it matches also Acorn PackDir compressed Archive
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst13 …mentation provides a short overview of the CBOR constructs, as well as a general introduction to t…
15general convenience with sane defaults. [#]_ For example, client with very specific requirements (…
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h223 struct mvm_statistics_tx_non_phy_v3 general; member
229 struct mvm_statistics_tx_non_phy general; member
343 struct mvm_statistics_rx_non_phy general; member
350 struct mvm_statistics_rx_non_phy_v3 general; member
366 struct mvm_statistics_general_v8 general; member
373 struct mvm_statistics_general_v8 general; member
381 struct mvm_statistics_general general; member
/freebsd/crypto/openssl/doc/man3/
H A DBIO_find_type.pod19 search is made for a B<BIO> of that type. If I<type> is a general type (such as
20 B<BIO_TYPE_SOURCE_SINK>) then the next matching B<BIO> of the given general type is
24 The following general types are defined:
/freebsd/release/packages/ucl/
H A Dflua-all.ucl23 is not intended for general use, and may be modified or removed at any time
26 Supported versions of Lua for general use are available in the FreeBSD Ports
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Danalogix_dp.txt19 from general PHY binding: the phandle for the PHY device.
21 from general PHY binding: Should be "dp".
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dlp872x.txt8 - ti,general-config: the value of LP872X_GENERAL_CFG register (u8)
50 ti,general-config = /bits/ 8 <0x03>;
102 ti,general-config = /bits/ 8 <0xdd>;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dsrio-rmu.txt15 The version X.Y should match the general SRIO controller's IP Block
46 The version X.Y should match the general SRIO controller's IP Block
76 The version X.Y should match the general SRIO controller's IP Block
106 The version X.Y should match the general SRIO controller's IP Block
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Damlogic,meson-pcie.txt27 - "general" PCIe Phy clock
61 clock-names = "general",
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h7 OPTION('g', general, true, false) \
/freebsd/lib/libnetbsd/
H A DREADME5 installed for general use. Likewise, its header files are not
/freebsd/lib/libopenbsd/
H A DREADME5 installed for general use. Likewise, its header files are not

12345678910>>...25