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

12

/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp107 MMCBus::SetClock(int frequency) argument
109 fController->set_clock(fCookie, frequency);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp91 MSP3430_DSP_SUBW_FREQ = 0x002d, // subwoofer frequency
97 MSP3430_DSP_MDB_LP = 0x006b, // MDB low frequency
98 MSP3430_DSP_MDB_HP = 0x006c, // MDB high frequency
106 MSP3430_DSP_BEEPER = 0x0014 // Beeper volume and frequency
249 // select 2 x 16 bit (1024 MHz) or 2 x 32 bit (2048) frequency
540 void CMSP3430::SetSubwoofer(int level, int frequency, bool mute, MSP3430_subwoofer_mode mode)
545 // set subwoofer corner frequency between 50..400 Hz
546 fSubwooferFrequency = Clamp(frequency / 10, 5, 40) << 8;
581 // set MDB low pass corner frequency 50..300 Hz
584 // set MDB high pass corner frequency 2
[all...]
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c58 int frequency,
76 bus->delay = 1000000 / frequency;
57 i2c_create_bus(void *cookie, int frequency, bigtime_t timeout, i2c_set_scl set_scl, i2c_set_sda set_sda, i2c_get_scl get_scl, i2c_get_sda get_sda) argument
H A Dcx22702.c120 res = dtt7592_set_frequency(bus, params->frequency, params->bandwidth);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/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...]
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DChannels.cpp24 float frequency; // in MHz member in struct:Channel
/haiku/headers/os/drivers/
H A DKernelExport.h229 int frequency);
/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/bin/
H A Dsysinfo.cpp689 uint64 frequency = 0; local
702 frequency = topology[i].data.core.default_frequency;
727 frequency / 1000000);
/haiku/src/add-ons/accelerants/intel_extreme/
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...]
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
/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/headers/private/kernel/arch/x86/
H A Darch_cpu.h553 uint64 frequency; member in struct:arch_cpu_info
/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/servers/app/
H A DWindow.cpp152 float frequency; local
154 Screen()->GetMode(width, height, colorSpace, frequency);
/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;

Completed in 176 milliseconds

12