Searched refs:frequency (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-current/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c254 u32 frequency; local
258 &frequency,
264 accel_dev->hw_device->clock_frequency = frequency;
/freebsd-current/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c250 u32 frequency; local
254 &frequency,
260 accel_dev->hw_device->clock_frequency = frequency;
/freebsd-current/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c376 u32 frequency; local
380 &frequency,
386 accel_dev->hw_device->clock_frequency = frequency;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h493 * frequency - Channel frequency in megahertz (MHz) for IBSS
499 * configured SSID is already present, the frequency of the network
502 int frequency; member in struct:wpa_ssid
522 * fixed_freq - Use fixed frequency for IBSS
530 * If present, it will be handled together with frequency.
531 * frequency will be used to determine hardware mode only, when it is
/freebsd-current/share/examples/ipfilter/l4check/
H A Dl4check.c55 int frequency = 20; variable
288 if ((l4->l4_last + frequency < now) && (l4->l4_fd == -1)) {
620 } else if (!strcasecmp(s, "frequency")) {
621 frequency = atoi(t);
624 "connect frequency %d\n",
625 frequency);
/freebsd-current/sys/dev/qcom_qup/
H A Dqcom_spi.c358 * Read optional spi-max-frequency
360 if (OF_getencprop(ofw_bus_get_node(dev), "spi-max-frequency",
595 ret = qcom_spi_hw_setup_spi_config(sc, sc->state.frequency,
741 sc->state.frequency = clock_val;
744 * We can't set the clock frequency and enable it
754 * Set the clock frequency
756 ret = clk_set_freq(sc->clk_iface, sc->state.frequency, 0);
759 "ERROR: failed to set frequency to %u\n",
760 sc->state.frequency);
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h43 uint16_t frequency; member in struct:wlan_peer
65 uint16_t frequency; member in struct:wlan_scan_result
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c713 /* interpolate to get target power for given frequency */
749 /* interpolate to get target power for given frequency */
785 /* interpolate to get target power for given frequency */
811 /* interpolate to get target power for given frequency */
1158 ar9300_noise_floor_cal_or_power_get(struct ath_hal *ah, int32_t frequency, argument
1179 is_2ghz = (frequency < 4000);
1202 * at the desired frequency.
1205 nf_use = interpolate(frequency, fx, nf, nnf);
2142 ar9300_calibration_apply(struct ath_hal *ah, int frequency) argument
2167 mode = (frequency >
2298 ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp581 static LARGE_INTEGER frequency = {};
583 if (UNLIKELY(frequency.QuadPart == 0)) {
584 QueryPerformanceFrequency(&frequency);
585 CHECK_NE(frequency.QuadPart, 0);
589 counter.QuadPart /= frequency.QuadPart;
/freebsd-current/sys/arm/ti/
H A Dti_i2c.c99 u_int frequency; /* Bus frequency in Hz */ member in struct:ti_i2c_clock_config
505 if (clkcfg[1].frequency == 0 || clkcfg[1].frequency > busfreq)
552 * This value depends on the frequency of the functional clock
553 * (I2Ci_FCLK). Because this frequency is 96MHz, the
561 * These values depend on the internal sampling clock frequency
571 * values depend on the internal sampling clock frequency (see
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c281 /* clock, partent, frequency, enable */
374 panic("Undefined input frequency");
416 if (tbl->frequency != 0) {
417 rv = clknode_set_freq(clknode, tbl->frequency, 0 , 9999);
420 "Cannot set frequency for %s: %d\n",
H A Dtegra124_car.h322 uint64_t frequency; member in struct:tegra124_init_item
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c262 /* clock, partent, frequency, enable */
365 panic("Undefined input frequency");
414 if (tbl->frequency != 0) {
415 rv = clknode_set_freq(clknode, tbl->frequency, 0 , 9999);
418 "Cannot set frequency for %s: %d\n",
H A Dtegra210_car.h514 uint64_t frequency; member in struct:tegra210_init_item
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_11_shared.c79 "TEST: Override OCI frequency %d -> %u MHz",
80 ci.frequency,
82 ci.frequency =
168 "TEST: Override OCI frequency %d -> %u MHz",
169 ci.frequency,
171 ci.frequency =
H A Dhw_features.c386 /* Scan only the affected frequency range */
403 * scanning coverage here to be 40 MHz from the center frequency.
431 /* Scan only the affected frequency range */
798 int frequency, int primary)
805 chan = hw_get_channel_freq(iface->current_mode->mode, frequency, NULL,
816 frequency, primary ? "primary" : "secondary",
908 wpa_printf(MSG_ERROR, "Primary frequency not present");
912 wpa_printf(MSG_ERROR, "Primary frequency not allowed");
1022 "Configured channel (%d) or frequency (%d) (secondary_channel=%d) not found from the channel list of the current mode (%d) %s",
1185 * mode did not include the specified frequency
797 hostapd_is_usable_chan(struct hostapd_iface *iface, int frequency, int primary) argument
[all...]
/freebsd-current/sys/arm/xilinx/
H A Dzy7_slcr.h307 extern int cgem_set_ref_clk(int unit, int frequency);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp545 // frequency.
552 // We will applied some basic block frequency and those uses uint64_t.
558 // CostForInsertPt is frequency free at this point.
562 uint64_t PtCost = InsertPt->frequency(*this) * CostForInsertPt;
918 uint64_t RegBankSelect::InstrInsertPoint::frequency(const Pass &P) const { function in class:RegBankSelect::InstrInsertPoint
920 // this split has actually the same frequency as the instruction.
928 uint64_t RegBankSelect::MBBInsertPoint::frequency(const Pass &P) const { function in class:RegBankSelect::MBBInsertPoint
949 uint64_t RegBankSelect::EdgeInsertPoint::frequency(const Pass &P) const { function in class:RegBankSelect::EdgeInsertPoint
1026 // If both values have a different base frequency, there is no much
1028 // However, if they have the same base frequency w
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c106 * Test if the requested frequency was triggered
109 freq_triggered(uint32_t frequency) argument
114 if (frequency == 0)
118 * Note: we still handle legacy (unscaled) frequency values
120 uint32_t maximum = (frequency <= 100) ? 100 : ZI_PERCENTAGE_MAX;
122 return (random_in_range(maximum) < frequency);
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp519 // Make a vector of encodings, sorted by descending frequency
520 for (const auto &frequency : encodingFrequencies)
521 commonEncodings.emplace_back(frequency);
/freebsd-current/sys/dev/qat/include/common/
H A Dadf_common_drv.h159 u32 *frequency,
/freebsd-current/sys/vm/
H A Dmemguard.c154 SYSCTL_UINT(_vm_memguard, OID_AUTO, frequency, CTLFLAG_RWTUN,
/freebsd-current/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c289 u32 frequency; local
293 &frequency,
299 accel_dev->hw_device->clock_frequency = frequency;
/freebsd-current/contrib/tcpdump/
H A Dprint-802_11.c983 "frequency band subject to DSE procedures and "
2375 * Tx/Rx frequency in MHz, followed by flags (see below).
2382 * For frequency-hopping radios, the hop set (first byte)
2458 * frequency in MHz, the corresponding IEEE channel number, and
2794 uint16_t frequency; local
2797 rc = nd_cpack_uint16(ndo, s, &frequency);
2809 print_chaninfo(ndo, frequency, flags, presentflags);
2929 uint16_t frequency; local
2936 rc = nd_cpack_uint16(ndo, s, &frequency);
2945 print_chaninfo(ndo, frequency, flag
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp781 if (__kmp_cpuinfo.frequency == 0)
782 fprintf(statsOut, "# Nominal frequency: Unknown\n");
784 fprintf(statsOut, "# Nominal frequency: %sz\n",
785 formatSI(double(__kmp_cpuinfo.frequency), 9, 'H').c_str());

Completed in 263 milliseconds

1234