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

/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp188 static void set_pit_frequency(uint32_t frequency) { argument
191 /* figure out the correct pit_divisor for the desired frequency */
192 if (frequency <= 18) {
194 } else if (frequency >= INTERNAL_FREQ) {
197 count = INTERNAL_FREQ_3X / frequency;
198 remainder = INTERNAL_FREQ_3X % frequency;
283 printf("APIC frequency: %" PRIu32 " ticks/ms\n", apic_ticks_per_ms);
287 printf("Could not find APIC frequency: Calibrating APIC with %s\n",
425 printf("TSC frequency: %" PRIu64 " ticks/ms\n", tsc_ticks_per_ms);
427 printf("Could not find TSC frequency
[all...]
/fuchsia/zircon/system/dev/lib/amlogic/include/soc/aml-s905d2/
H A Ds905d2-hiu.h130 uint32_t frequency; // Current operating frequency. member in struct:aml_pll_dev
174 Sets the rate of the selected pll. If the requested frequency is not found
/fuchsia/zircon/system/dev/i2c/intel-i2c/
H A Dintel-i2c-controller.c352 uint32_t frequency) {
353 if (frequency != I2C_MAX_FAST_SPEED_HZ &&
354 frequency != I2C_MAX_STANDARD_SPEED_HZ &&
355 frequency != I2C_MAX_FAST_PLUS_SPEED_HZ) {
360 device->bus_freq = frequency;
738 // Internal controller frequency, in hertz
351 intel_serialio_i2c_set_bus_frequency(intel_serialio_i2c_device_t* device, uint32_t frequency) argument
/fuchsia/zircon/system/dev/lib/amlogic/
H A Ds905d2-hiu.c77 pll_dev->frequency = 0;
132 still oscillate, but at unknown (but likely close to target) frequency.

Completed in 38 milliseconds