| /src/sys/arch/cobalt/stand/boot/ |
| com.c | 80 long frequency = COM_FREQ * 10; local 84 x = divrnd((frequency / 16), speed); 87 err = divrnd(((quad_t)frequency) * 1000 / 16, speed * x) - 1000;
|
| com.c | 80 long frequency = COM_FREQ * 10; local 84 x = divrnd((frequency / 16), speed); 87 err = divrnd(((quad_t)frequency) * 1000 / 16, speed * x) - 1000;
|
| /src/sys/dev/ |
| spkrio.h | 18 int frequency; /* in hertz */ member in struct:__anon3669
|
| spkrio.h | 18 int frequency; /* in hertz */ member in struct:__anon3669
|
| /src/sys/arch/mmeye/stand/boot/ |
| com.c | 119 long frequency = COM_FREQ * 10; local 123 x = divrnd((frequency / 16), speed); 126 err = divrnd(((quad_t)frequency) * 1000 / 16, speed * x) - 1000;
|
| com.c | 119 long frequency = COM_FREQ * 10; local 123 x = divrnd((frequency / 16), speed); 126 err = divrnd(((quad_t)frequency) * 1000 / 16, speed * x) - 1000;
|
| /src/sys/dev/i2c/ |
| xc5kvar.h | 52 uint32_t frequency; member in struct:xc5k_params
|
| xc5kvar.h | 52 uint32_t frequency; member in struct:xc5k_params
|
| tvpll.c | 48 uint32_t frequency; member in struct:tvpll 94 if(p->frequency != 0 && 95 (p->frequency < pll->min || p->frequency > pll->max)) 99 if (p->frequency > pll->entries[i].limit) 108 d = (p->frequency + pll->iffreq) / pll->entries[i].stepsize; 148 tvpll->frequency = fr;
|
| tvpll.c | 48 uint32_t frequency; member in struct:tvpll 94 if(p->frequency != 0 && 95 (p->frequency < pll->min || p->frequency > pll->max)) 99 if (p->frequency > pll->entries[i].limit) 108 d = (p->frequency + pll->iffreq) / pll->entries[i].stepsize; 148 tvpll->frequency = fr;
|
| mt2131.c | 69 uint32_t frequency; member in struct:mt2131_softc 137 if(p->frequency != 0 && 138 (p->frequency < 50000000 || p->frequency > 1000000000)) 141 fr = p->frequency / 1000; 176 sc->frequency = (o1 - o2 - IF2) * 1000;
|
| mt2131.c | 69 uint32_t frequency; member in struct:mt2131_softc 137 if(p->frequency != 0 && 138 (p->frequency < 50000000 || p->frequency > 1000000000)) 141 fr = p->frequency / 1000; 176 sc->frequency = (o1 - o2 - IF2) * 1000;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/ |
| p2p_group_add.py | 17 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...] |
| p2p_group_add.py | 17 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...] |
| /src/external/bsd/zstd/dist/tests/ |
| automated_benchmarking.py | 260 def main(filenames, levels, iterations, builds=None, emails=None, continuous=False, frequency=DEFAULT_MAX_API_CALL_FREQUENCY_SEC, dictionary_filename=None): 287 time.sleep(frequency) 297 parser.add_argument("--frequency", help="specifies the number of seconds to wait before each successive check for new PRs in continuous mode", default=DEFAULT_MAX_API_CALL_FREQUENCY_SEC) 307 frequency = int(args.frequency) variable 318 main(filenames, levels, iterations, frequency=frequenc, dictionary_filename=dictionary_filename) 321 main(filenames, levels, iterations, builds, frequency=frequency, dictionary_filename=dictionary_filename) 324 main(filenames, levels, iterations, builds, frequency=frequency, dictionary_filename=dictionary_filename [all...] |
| automated_benchmarking.py | 260 def main(filenames, levels, iterations, builds=None, emails=None, continuous=False, frequency=DEFAULT_MAX_API_CALL_FREQUENCY_SEC, dictionary_filename=None): 287 time.sleep(frequency) 297 parser.add_argument("--frequency", help="specifies the number of seconds to wait before each successive check for new PRs in continuous mode", default=DEFAULT_MAX_API_CALL_FREQUENCY_SEC) 307 frequency = int(args.frequency) variable 318 main(filenames, levels, iterations, frequency=frequenc, dictionary_filename=dictionary_filename) 321 main(filenames, levels, iterations, builds, frequency=frequency, dictionary_filename=dictionary_filename) 324 main(filenames, levels, iterations, builds, frequency=frequency, dictionary_filename=dictionary_filename [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_ppatomfwctrl.c | 498 uint32_t *frequency) 517 *frequency = le32_to_cpu(output->atom_smu_outputclkfreq.smu_clock_freq_hz) / 10000; 526 uint32_t frequency = 0; local 539 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_SOCCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 540 boot_values->ulSocClk = frequency; 542 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_DCEFCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 543 boot_values->ulDCEFClk = frequency; 545 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_ECLK_ID, SMU11_SYSPLL0_ID, &frequency)) 546 boot_values->ulEClk = frequency; 548 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_VCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 562 uint32_t frequency = 0; local [all...] |
| amdgpu_ppatomfwctrl.c | 498 uint32_t *frequency) 517 *frequency = le32_to_cpu(output->atom_smu_outputclkfreq.smu_clock_freq_hz) / 10000; 526 uint32_t frequency = 0; local 539 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_SOCCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 540 boot_values->ulSocClk = frequency; 542 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_DCEFCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 543 boot_values->ulDCEFClk = frequency; 545 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_ECLK_ID, SMU11_SYSPLL0_ID, &frequency)) 546 boot_values->ulEClk = frequency; 548 if (!pp_atomfwctrl_get_clk_information_by_clkid(hwmgr, SMU11_SYSPLL0_VCLK_ID, SMU11_SYSPLL0_ID, &frequency)) 562 uint32_t frequency = 0; local [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| RegBankSelect.h | 108 /// It allows to reason about the frequency of this insertion point, 190 /// Frequency of the insertion point. 193 /// does not contain enough 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 [all...] |
| RegBankSelect.h | 108 /// It allows to reason about the frequency of this insertion point, 190 /// Frequency of the insertion point. 193 /// does not contain enough 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 [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| mesh.c | 235 wpa_printf(MSG_ERROR, "Error updating mesh frequency params"); 263 ssid->frequency = ifmsh->freq; 391 int frequency; local 427 frequency = ssid->frequency; 428 if (frequency != freq->freq && 429 frequency == freq->freq + freq->sec_channel_offset * 20) { 431 frequency = freq->freq; 432 ssid->frequency = frequency; [all...] |
| mesh.c | 235 wpa_printf(MSG_ERROR, "Error updating mesh frequency params"); 263 ssid->frequency = ifmsh->freq; 391 int frequency; local 427 frequency = ssid->frequency; 428 if (frequency != freq->freq && 429 frequency == freq->freq + freq->sec_channel_offset * 20) { 431 frequency = freq->freq; 432 ssid->frequency = frequency; [all...] |
| /src/sys/dev/pci/bktr/ |
| bktr_tuner.c | 294 * entry 1: IF frequency 304 * int 1: frequency of base channel, 306 * int 2: offset frequency between channels, 728 * IF is the Intermediate Frequency (the offset from the base 733 * Strangely enough, there is an IF (intermediate frequency) for 743 * Now we need to set the PLL on the tuner to the required frequency. 772 * set the frequency of the tuner 773 * If 'type' is TV_FREQUENCY, the frequency is freq MHz*16 774 * If 'type' is FM_RADIO_FREQUENCY, the frequency is freq MHz * 100 779 tv_freq(bktr_ptr_t bktr, int frequency, int type 990 int frequency; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| debugfs_gt_pm.c | 189 seq_printf(m, "Starting frequency: P%d\n", 300 seq_printf(m, "efficient (RPe) frequency: %d MHz\n", 424 seq_printf(m, "Lowest (RPN) frequency: %dMHz\n", 430 seq_printf(m, "Nominal (RP1) frequency: %dMHz\n", 437 seq_printf(m, "Max non-overclocked (RP0) frequency: %dMHz\n", 439 seq_printf(m, "Max overclocked frequency: %dMHz\n", 454 "efficient (RPe) frequency: %d MHz\n", 460 seq_printf(m, "Current CD clock frequency: %d kHz\n", i915->cdclk.hw.cdclk); 461 seq_printf(m, "Max CD clock frequency: %d kHz\n", i915->max_cdclk_freq); 462 seq_printf(m, "Max pixel clock frequency: %d kHz\n", i915->max_dotclk_freq) 468 DEFINE_GT_DEBUGFS_ATTRIBUTE(frequency); variable [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| RegBankSelect.cpp | 539 // frequency. 546 // We will applied some basic block frequency and those uses uint64_t. 552 // CostForInsertPt is frequency free at this point. 556 uint64_t PtCost = InsertPt->frequency(*this) * CostForInsertPt; 911 uint64_t RegBankSelect::InstrInsertPoint::frequency(const Pass &P) const { function in class:RegBankSelect::InstrInsertPoint 913 // this split has actually the same frequency as the instruction. 921 uint64_t RegBankSelect::MBBInsertPoint::frequency(const Pass &P) const { function in class:RegBankSelect::MBBInsertPoint 942 uint64_t RegBankSelect::EdgeInsertPoint::frequency(const Pass &P) const { function in class:RegBankSelect::EdgeInsertPoint 1019 // If both values have a different base frequency, there is no much 1021 // However, if they have the same base frequency we can avoid makin [all...] |