Searched refs:frequency (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-current/sys/dev/speaker/
H A Dspeaker.h18 int frequency; /* in hertz */ member in struct:__anon4633
H A Dspkr.c40 * frequency and duration from the ISA console speaker.
47 * used to generate clicks (a square wave) of whatever frequency is desired.
60 * Emit tone of frequency thz for given number of centisecs
74 /* set timer to generate clicks at given frequency in Hertz */
468 if (tp->frequency == 0)
471 tone(tp->frequency, tp->duration);
486 if (ttp.frequency == 0)
489 tone(ttp.frequency, ttp.duration);
/freebsd-current/share/examples/ipfilter/l4check/
H A Dl4check.conf10 connect frequency 20
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py17 print(" [-f <frequency>] [-o <group_object_path>] \ ")
22 print(" -f = frequency")
51 global frequency
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency,
70 self.frequency = frequency
126 if (self.frequency != None):
127 if (int(self.frequency) > 0):
128 self.P2PDictionary.update({'frequency':int(self.frequency)})
160 frequency = None variable
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Docv.c60 if (ieee80211_chaninfo_to_channel(ci->frequency, ci->chanwidth,
130 /* Primary frequency used to send frames to STA must match the STA's */
131 if ((int) ci->frequency != oci.freq) {
134 ci->frequency, oci.freq);
149 * band. In the 5 GHz band it's verified through the primary frequency.
153 if (tx_chanwidth == 40 && ci->frequency < 2500 &&
163 * the same segments as the receiver by comparing frequency segment 1.
169 "frequency segment 1 mismatch in received OCI (we use %d but receiver is using %d)",
/freebsd-current/tools/test/stress2/misc/
H A Dmemguard3.sh29 # MEMGUARD(9) test scenario using "frequency".
40 sysctl vm.memguard.frequency=1000
60 sysctl vm.memguard.frequency=0 > /dev/null
/freebsd-current/sys/arm/xilinx/
H A Dzy7_slcr.c210 cgem_set_ref_clk(int unit, int frequency) argument
222 div0 = (io_pll_frequency + div1 * frequency / 2) /
223 div1 / frequency;
226 (frequency + 500) / 1000)
311 zy7_pl_fclk_set_freq(int unit, int frequency) argument
344 div0 = (base_frequency + div1 * frequency / 2) /
345 div1 / frequency;
348 (frequency + 500) / 1000)
382 int frequency; local
424 frequency
[all...]
H A Dzy7_devcfg.c82 int frequency; member in struct:zy7_fclk_config
289 if (cfg->frequency > 0)
307 freq = cfg->frequency;
325 cfg->frequency = freq;
376 "Actual frequency");
382 "I", "Configured frequency");
780 /* Initially assume actual frequency is the configure one */
781 fclk_configs[i].frequency = fclk_configs[i].actual_frequency;
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_clock.c13 #define CLK_DBGFS_FILE "frequency"
45 "clock frequency");
51 * adf_dev_measure_clock() -- Measure the CPM clock frequency
53 * @frequency: Pointer to returned frequency in Hz.
58 measure_clock(struct adf_accel_dev *accel_dev, u32 *frequency) argument
71 if (!accel_dev || !frequency)
129 *frequency = temp * 100000;
135 * adf_dev_measure_clock() -- Measure the CPM clock frequency
137 * @frequency
144 adf_dev_measure_clock(struct adf_accel_dev *accel_dev, u32 *frequency, u32 min, u32 max) argument
[all...]
H A Dadf_pfvf_vf_msg.c127 hw_data->clock_frequency = cap_msg.frequency;
130 "Could not get frequency");
/freebsd-current/usr.bin/beep/
H A Dbeep.c58 static int frequency = DEFAULT_HZ; variable
136 "\t" "-F <frequency in HZ, default %d Hz>\n"
168 frequency = strtol(optarg, NULL, 10);
240 d = (float)frequency / (float)sample_rate;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf466 # scan_cur_freq: Whether to scan only the current frequency
468 # 1: Scan current operating frequency if another VIF on the same radio
892 # frequency: Channel frequency in megahertz (MHz) for IBSS, e.g.,
896 # an IBSS network with the configured SSID is already present, the frequency of
1641 # same or different frequency bands.
1929 frequency=2412
1938 frequency=2412
1950 frequency=2437
1958 frequency
[all...]
H A Dmesh.c234 wpa_printf(MSG_ERROR, "Error updating mesh frequency params");
262 ssid->frequency = ifmsh->freq;
390 int frequency; local
426 frequency = ssid->frequency;
427 if (frequency != freq->freq &&
428 frequency == freq->freq + freq->sec_channel_offset * 20) {
430 frequency = freq->freq;
431 ssid->frequency = frequency;
[all...]
H A Dap.c88 ieee80211_freq_to_channel_ext(ssid->frequency, 0,
137 ieee80211_freq_to_channel_ext(ssid->frequency, 0,
149 ieee80211_freq_to_channel_ext(ssid->frequency, 0,
268 conf->hw_mode = ieee80211_freq_to_channel_ext(ssid->frequency, 0,
273 wpa_printf(MSG_ERROR, "Unsupported AP mode frequency: %d MHz",
274 ssid->frequency);
290 ssid->frequency, conf->channel);
293 conf->hw_mode, is_6ghz_freq(ssid->frequency));
324 if (mode && is_6ghz_freq(ssid->frequency) &&
420 (int) iface->assoc_freq != ssid->frequency)
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Ddfs.c86 * VHT80, valid channels based on center frequency:
91 * VHT160 valid channels based on center frequency:
308 wpa_printf(MSG_DEBUG, "DFS adjusting VHT center frequency: %d, %d",
603 int frequency = freq; local
621 if (frequency == 0)
622 frequency = cf1;
626 frequency = cf1 - 10;
630 frequency = cf1 - 30;
634 frequency = cf1 - 30;
639 frequency
669 int n_chans, n_chans1, i, j, frequency = freq, radar_n_chans = 1; local
[all...]
/freebsd-current/usr.sbin/nscd/
H A Dcacheplcs.h81 int frequency; member in struct:cache_lfu_policy_item_
H A Dcacheplcs.c321 * policy is to represent frequency (real number) as the integer number and
324 * array for this policy, the elements with frequency 0.1 (calls per-second)
353 * frequency is assigned to the element
366 lfu_item->frequency = CACHELIB_MAX_FREQUENCY - 1;
373 * On each update the frequency of the element is recalculated and, if it
391 * 100 and most of its elements has frequency below the 0.01, they
408 TAILQ_REMOVE(&(lfu_policy->groups[lfu_item->frequency]), lfu_item,
410 lfu_item->frequency = index;
427 TAILQ_REMOVE(&(lfu_policy->groups[lfu_item->frequency]), lfu_item,
486 for (i = ((struct cache_lfu_policy_item_ *)item)->frequency
[all...]
/freebsd-current/usr.bin/morse/
H A Dmorse.c291 "usage: morse [-elprs] [-d device] [-w speed] [-c speed] [-f frequency] [string ...]\n"
295 "usage: morse [-elrs] [-d device] [-w speed] [-c speed] [-f frequency] [string ...]\n"
518 sound.frequency = freq;
522 sound.frequency = freq;
526 sound.frequency = 0;
537 sound.frequency = 0;
543 sound.frequency = 0;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp94 char const *frequency // I: Float number and unit: MHz, GHz, or TGz.
101 if (frequency == NULL) {
104 value = strtod(frequency, &unit);
267 { // Parse CPU brand string for frequency, saving the string for later.
278 // Parse frequency.
279 p->frequency = __kmp_parse_frequency(strrchr(&p->name[0], ' '));
281 ("cpu frequency from brand string: %" KMP_UINT64_SPEC "\n",
282 p->frequency));
H A Dkmp_stub.cpp54 static double frequency = 0.0; variable
78 frequency = double(freq.QuadPart);
288 if (frequency > 0.0) {
292 wtime = double(now.QuadPart) / frequency;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h108 /// It allows to reason about the frequency of this insertion point,
193 /// does not contain enough to return the actual frequency,
195 virtual uint64_t frequency(const Pass &P) const { return 1; } function in class:llvm::RegBankSelect::InsertPoint
230 uint64_t frequency(const Pass &P) const override;
268 uint64_t frequency(const Pass &P) const override;
308 uint64_t frequency(const Pass &P) const override;
414 /// thus, we can omit the basic block frequency from the cost.
425 /// This cost is free of basic block frequency.
428 /// This cost should include the frequency of the related blocks.
442 /// will occur in a basic block with \p LocalFreq frequency
[all...]
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h603 * RETURNS: the frequency in MHz
610 * an fbin and as a frequency - do not convert
638 extern int ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature);
690 struct ath_hal *ah, int32_t frequency, int32_t ichain, HAL_BOOL use_cal);
691 #define ar9300NoiseFloorGet(ah, frequency, ichain) \
692 ar9300_noise_floor_cal_or_power_get(ah, frequency, ichain, 1/*use_cal*/)
693 #define ar9300NoiseFloorPowerGet(ah, frequency, ichain) \
694 ar9300_noise_floor_cal_or_power_get(ah, frequency, ichain, 0/*use_cal*/)
/freebsd-current/sys/dev/qcom_qup/
H A Dqcom_spi_var.h84 uint32_t frequency; member in struct:qcom_spi_softc::__anon4385
/freebsd-current/sys/dev/qat/include/common/
H A Dadf_pfvf_msg.h246 u32 frequency; member in struct:capabilities_v3
/freebsd-current/sys/i386/i386/
H A Dlongrun.c113 tmx86_get_longrun_status(u_int * frequency, u_int * voltage, u_int * percentage) argument
121 *frequency = regs[0];
285 OID_AUTO, "frequency", CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_NEEDGIANT,
287 "Current frequency (MHz)");

Completed in 213 milliseconds

1234