Searched refs:frequency (Results 1 - 25 of 42) sorted by last modified time

12

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1161 long int frequency = get_rounded_cpu_speed(); local
1162 if (frequency < 1000) {
1164 "750 Mhz (CPU clock speed)"), frequency);
1168 "3.49 Ghz (CPU clock speed)"), frequency / 1000.0f);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h221 uint8 frequency; /* 0.039Hz steps, maximum of 9.85 Hz */ member in struct:_emuxki_chanparms_vibrato_LFO
H A Demuxki.c408 chan->vibrato_LFO.frequency = 0x00; /* Why set to 24 when
579 chan->vibrato_LFO.frequency);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp107 MMCBus::SetClock(int frequency) argument
109 fController->set_clock(fCookie, frequency);
H A Dmmc_bus.h50 void SetClock(int frequency);
/haiku/headers/os/drivers/
H A DKernelExport.h229 int frequency);
/haiku/src/servers/app/
H A DScreen.h41 uint32 colorspace, float frequency,
46 uint32 &colorspace, float &frequency) const;
61 uint32 colorspace, float frequency) const;
H A DScreen.cpp127 float frequency, bool strict)
139 frequency);
142 ", %g Hz%s) failed\n", width, height, colorSpace, frequency,
163 if (modeFrequency != frequency) {
164 // adjust timing to fit the requested frequency if needed
167 * mode.timing.v_total / 10 * int32(frequency * 10)) / 1000;
201 float &frequency) const
209 frequency = get_mode_frequency(mode);
253 uint16 width, uint16 height, uint32 colorSpace, float frequency) const
265 + int32(fabs(get_mode_frequency(mode) - frequency) * 1
126 SetBestMode(uint16 width, uint16 height, uint32 colorSpace, float frequency, bool strict) argument
[all...]
H A DWindow.cpp152 float frequency; local
154 Screen()->GetMode(width, height, colorSpace, frequency);
H A DVirtualScreen.cpp181 float frequency; local
182 screen->GetMode(width, height, colorSpace, frequency);
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp876 uint32 frequency = gInfo->shared_info->hw_cdclk; local
878 frequency = gInfo->shared_info->hraw_clock;
879 uint32 aux_clock_divider = (frequency + 2000 / 2) / 2000;
1261 // FIXME we should also get the refresh frequency from the target
2666 // FIXME we should also get the refresh frequency from the target
H A Dpll.cpp54 // frequency) in Sandy Bridge.
142 // root frequency" and one just has to set a single divider (integer and
205 uint32 frequency = vco / divisors->p; local
210 || frequency < info.min_frequency || frequency > info.max_frequency)
851 TRACE("%s: DCO central frequency %" B_PRIu64 "Hz\n", __func__, central_freq);
852 TRACE("%s: DCO frequency %" B_PRIu64 "Hz\n", __func__, dco_freq);
864 TRACE("%s: DCO central frequency %" B_PRIu64 "Hz\n", __func__, central_freq);
865 TRACE("%s: DCO frequency %" B_PRIu64 "Hz\n", __func__, dco_freq);
983 TRACE("%s: AFE frequency
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1591 // for these CPUs the base frequency is also the tsc frequency
1597 dprintf("CPU: using TSC frequency from CPUID\n");
1635 dprintf("CPU: using TSC frequency from MSR %" B_PRIu64 "\n", khz * numerator / denominator);
1649 // try to find the TSC frequency with CPUID
1666 // the TSC frequency is < 1 GHz, which forces us to shift the factor
1670 // the TSC frequency is >= 1 GHz
1719 gCPU[cpu].arch.frequency = 0;
H A Darch_system_info.cpp152 uint64 *frequency = (uint64*)_frequency; local
157 *frequency = gCPU[cpu].arch.frequency;
167 *frequency = 0;
169 *frequency = (aperf2 - aperf) * sCPUClockSpeed / (mperf2 - mperf);
173 gCPU[cpu].arch.frequency = *frequency;
179 arch_get_frequency(uint64 *frequency, int32 cpu) argument
182 call_single_cpu_sync(cpu, get_frequency_for, frequency);
184 *frequency
[all...]
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1235 if (fTuningParam.frequency == new_params.frequency) {
1236 printf("DVBMediaNode::Tune: frequency not changed\n");
1246 needs_tuning = (fTuningParam.u.dvb_t.frequency
1247 != new_params.u.dvb_t.frequency) || !fTuningSuccess;
2319 sFrequency << fTuningParam.u.dvb_t.frequency / 1000000 << " MHz";
2592 sFrequency << fTuningParam.u.dvb_s.frequency / 1000000 << " MHz";
2977 TRACE("workaround activated: type is DVB_S and frequency < 950 MHz,"
3000 param->frequency = _freq;
3047 param->frequency
[all...]
/haiku/src/system/kernel/
H A Dcpu.cpp183 uint64 frequency = 0;
184 arch_get_frequency(&frequency, cpu);
185 return frequency;
H A Dkernel_daemon.cpp23 int32 frequency; member in struct:daemon
37 int frequency);
84 KernelDaemon::Register(daemon_hook function, void* arg, int frequency) argument
86 if (function == NULL || frequency < 1)
95 daemon->frequency = frequency;
215 (daemon->frequency * iterationToUsecs)) - time;
218 next = daemon->frequency * iterationToUsecs;
268 register_kernel_daemon(daemon_hook function, void* arg, int frequency) argument
270 return sKernelDaemon.Register(function, arg, frequency);
282 register_resource_resizer(daemon_hook function, void* arg, int frequency) argument
[all...]
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h553 uint64 frequency; member in struct:arch_cpu_info
/haiku/src/bin/
H A Dsysinfo.cpp689 uint64 frequency = 0; local
702 frequency = topology[i].data.core.default_frequency;
727 frequency / 1000000);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_system_info.cpp51 #warning IMPLEMENT arch_system_info_init clock frequency
58 arch_get_frequency(uint64 *frequency, int32 cpu) argument
60 *frequency = sCPUClockFrequency;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/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*/)
/haiku/src/system/kernel/arch/sparc/
H A Darch_system_info.cpp38 arch_get_frequency(uint64 *frequency, int32 cpu) argument
40 *frequency = sCPUClockFrequency;
/haiku/src/system/kernel/arch/ppc/
H A Darch_system_info.cpp116 arch_get_frequency(uint64 *frequency, int32 cpu) argument
118 *frequency = sCPUClockFrequency;
/haiku/src/system/kernel/arch/m68k/
H A Darch_system_info.cpp63 arch_get_frequency(uint64 *frequency, int32 cpu) argument
65 *frequency = sCPUClockFrequency;
/haiku/src/system/kernel/arch/arm64/
H A Darch_system_info.cpp33 arch_get_frequency(uint64 *frequency, int32 cpu) argument
35 *frequency = 0;

Completed in 178 milliseconds

12