Searched refs:clock (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/system/uapp/clock/
H A Drules.mk7 MODULE := $(LOCAL_DIR).clock
13 $(LOCAL_DIR)/clock.c \
16 MODULE_NAME := clock
/fuchsia/zircon/system/utest/core/clock/
H A Drules.mk13 MODULE_SRCS += $(LOCAL_DIR)/clock.c
15 MODULE_NAME := clock-test
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dclock.c6 clock_t clock(void) { function
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dcnd_timedwait.c26 int e, clock = c->_c_clock, oldstate; local
61 e = __timedwait(fut, seq, clock, ts);
/fuchsia/zircon/system/dev/display/astro-display/
H A Drules.mk15 $(LOCAL_DIR)/astro-clock.cpp \
/fuchsia/zircon/system/uapp/kstress/
H A Dmain.cpp154 zx::time start_time = zx::clock::get_monotonic();
173 zx::time now = zx::clock::get_monotonic();
/fuchsia/zircon/system/utest/perftest/
H A Drules.mk12 $(LOCAL_DIR)/clock-test.cpp \
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_cond_timedwait.c35 int e, clock = c->_c_clock, oldstate, tmp; local
75 e = __timedwait(fut, seq, clock, ts);
/fuchsia/zircon/system/uapp/runtests/
H A Druntests.cpp43 zx::time Now() const { return zx::clock::get_monotonic(); }
/fuchsia/zircon/kernel/arch/x86/
H A Dfeature.cpp375 // The APIC frequency is the core crystal clock frequency if it is
376 // enumerated in the CPUID leaf 0x15, or the processor's bus clock
441 // the effective clock rate of a P state
442 uint64_t clock = 0;
449 clock = (100 * (fid + 0x10) / (1 << did)) * 1000 * 1000;
455 clock = (fid * 25) * 1000 * 1000;
462 return clock;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtime.h43 clock_t clock(void);
/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c71 static void aml_sd_emmc_dump_clock(uint32_t clock);
143 static void aml_sd_emmc_dump_clock(uint32_t clock) { argument
144 AML_SD_EMMC_TRACE("Dumping clock 0x%0x\n", clock);
145 AML_SD_EMMC_TRACE(" DIV: %d\n", get_bits(clock, AML_SD_EMMC_CLOCK_CFG_DIV_MASK,
147 AML_SD_EMMC_TRACE(" SRC: %d\n", get_bits(clock, AML_SD_EMMC_CLOCK_CFG_SRC_MASK,
149 AML_SD_EMMC_TRACE(" CORE_PHASE: %d\n", get_bits(clock, AML_SD_EMMC_CLOCK_CFG_CO_PHASE_MASK,
151 AML_SD_EMMC_TRACE(" TX_PHASE: %d\n", get_bits(clock, AML_SD_EMMC_CLOCK_CFG_TX_PHASE_MASK,
153 AML_SD_EMMC_TRACE(" RX_PHASE: %d\n", get_bits(clock, AML_SD_EMMC_CLOCK_CFG_RX_PHASE_MASK,
155 AML_SD_EMMC_TRACE(" TX_DELAY: %d\n", get_bits(clock, AML_SD_EMMC_CLOCK_CFG_TX_DELAY_MAS
[all...]
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dtime.h216 class clock { class in namespace:zx
218 clock() = delete;
/fuchsia/zircon/system/dev/serial/ftdi/
H A Dftdi.c110 static zx_status_t ftdi_calc_dividers(uint32_t* baudrate, uint32_t clock, uint32_t divisor, argument
115 uint32_t base_clock = clock/divisor;
117 // integer dividers of 1 and 0 are special cases. 0=base_clock and 1 = 2/3 of base clock
/fuchsia/zircon/system/utest/timers/
H A Dtimers.cpp153 zx::time now = zx::clock::get_monotonic();
/fuchsia/zircon/system/ulib/edid/
H A Dedid.cpp342 double clock = params_.pixel_freq_10khz; local
348 params_.pixel_freq_10khz = static_cast<uint32_t>(round(clock * mult));
/fuchsia/zircon/system/dev/i2c/imx-i2c/
H A Dimx-i2c.cpp73 while (zx::clock::get_monotonic() < timeout) {
/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.cpp204 if (device->wake_deadline_ < zx::clock::get_monotonic()) {
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp407 zx::time t0 = zx::clock::get_monotonic();
410 zx::time t3 = zx::clock::get_monotonic();
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk817 $(LOCAL_DIR)/src/time/clock.c \

Completed in 173 milliseconds