Home
last modified time | relevance | path

Searched refs:usecs (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 static inline unsigned long long usecs_to_ticks(unsigned long usecs) in usecs_to_ticks() argument
34 unsigned long long ticks = (unsigned long long)usecs * TIMER_FREQ; in usecs_to_ticks()
/openbmc/u-boot/board/cirrus/edb93xx/
H A Dedb93xx.c43 static inline void early_udelay(uint32_t usecs) in early_udelay() argument
46 register uint32_t loops = (usecs * 1000) / 20; in early_udelay()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dfix-lmbench-memory-check-failure.patch107 -#define TOO_LONG 10 /* usecs */
110 +//#define TOO_LONG 10 /* usecs */
201 …"Error! Memory testing timeout! Touch one page of memory needs more than %d (usecs)\n ", too_long);
H A Dupdate-results-script.patch39 echo "OK, it looks like your gettimeofday() costs $TIMING_O usecs."
47 echo "OK, it looks like your benchmark loop costs $LOOP_O usecs."
/openbmc/u-boot/arch/arm/dts/
H A Dat91sam9261ek.dts135 ti,vref-delay-usecs = /bits/ 16 <450>;
/openbmc/qemu/audio/
H A Daudio.c2216 uint64_t usecs = pdo->has_buffer_length ? pdo->buffer_length : def_usecs; in audio_buffer_frames() local
2217 return (as->freq * usecs + 500000) / 1000000; in audio_buffer_frames()
/openbmc/u-boot/include/
H A Defi_api.h134 efi_status_t (EFIAPI *stall)(unsigned long usecs);
/openbmc/qemu/
H A Dqemu-options.hx952 ``in|out.buffer-length=usecs``
969 ``in|out.period-length=usecs``
993 ``latency=usecs``
994 Add extra usecs microseconds latency to playback. Default is
1038 ``in|out.latency=usecs``
1048 ``in|out.latency=usecs``
1077 ``in|out.latency=usecs``