Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/cmd/
H A Dsound.c37 int msec = 1000; in do_play() local
41 msec = simple_strtoul(argv[1], NULL, 10); in do_play()
47 ret = sound_beep(dev, msec, freq); in do_play()
/openbmc/u-boot/include/linux/
H A Ddelay.h11 static inline void mdelay(unsigned long msec) in mdelay() argument
13 udelay(1000 * msec); in mdelay()
/openbmc/qemu/migration/
H A Ddirtyrate.c51 static int64_t dirty_stat_wait(int64_t msec, int64_t initial_time) in dirty_stat_wait() argument
56 if ((current_time - initial_time) >= msec) { in dirty_stat_wait()
57 msec = current_time - initial_time; in dirty_stat_wait()
59 g_usleep((msec + initial_time - current_time) * 1000); in dirty_stat_wait()
61 msec = qemu_clock_get_ms(QEMU_CLOCK_REALTIME) - initial_time; in dirty_stat_wait()
64 return msec; in dirty_stat_wait()
197 static bool is_calc_time_valid(int64_t msec) in is_calc_time_valid() argument
199 if ((msec < MIN_CALC_TIME_MS) || (msec > MAX_CALC_TIME_MS)) { in is_calc_time_valid()
340 static void update_dirtyrate(uint64_t msec) in update_dirtyrate() argument
348 1000 / (total_sample_count * msec); in update_dirtyrate()
H A Drdma.c2337 long msec, Error **errp) in qemu_get_cm_event_timeout() argument
2347 ret = poll(&poll_fd, 1, msec); in qemu_get_cm_event_timeout()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch95 + guint hour, min, sec, msec, len;
107 + if (sscanf (t_str, "%u:%u:%u.%u", &hour, &min, &sec, &msec) == 4) {
108 + tmp = ((hour*3600) + (min*60) + sec) * GST_SECOND + msec*GST_MSECOND;
110 + hour, min, sec, msec);
123 + if (sscanf (t_str, "%u:%u:%u.%u", &hour, &min, &sec, &msec) == 4) {
124 + tmp = ((hour*3600) + (min*60) + sec)*GST_SECOND + msec*GST_MSECOND;
126 + hour, min, sec, msec);
/openbmc/qemu/docs/
H A Dmulti-thread-compression.txt78 total time(msec): | 3333 | 1833
80 downtime(msec): | 100 | 27
98 total time(msec): | 37369 | 15989
100 downtime(msec): | 337 | 173
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A D0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch17 It causes the boot delay, typically 1024msec(4msec * 256 = 1024msec)
/openbmc/u-boot/doc/
H A DREADME.440-DDR-performance46 ttcp-t: 2048 I/O calls, msec/call = 0.14, calls/sec = 7268.57
86 ttcp-t: 2048 I/O calls, msec/call = 0.08, calls/sec = 12864.89
H A DREADME.watchdog15 be 128000 msec for i.mx31/35/5x/6x.
/openbmc/u-boot/include/
H A D_exports.h75 EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c301 static int hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, u32 msec) in hdmi_phy_wait_i2c_done() argument
315 } while (get_timer(start) < msec); in hdmi_phy_wait_i2c_done()
784 static int hdmi_ddc_wait_i2c_done(struct dw_hdmi *hdmi, int msec) in hdmi_ddc_wait_i2c_done() argument
798 } while (get_timer(start) < msec); in hdmi_ddc_wait_i2c_done()
/openbmc/u-boot/arch/arm/dts/
H A Dstm32f769-disco.dts221 /* refcount = (64msec/total_row_sdram)*freq - 20 */
H A Dstm32f746-disco.dts272 /* refcount = (64msec/total_row_sdram)*freq - 20 */
/openbmc/qemu/hw/acpi/
H A Dtrace-events58 tco_timer_reload(int ticks, int msec) "ticks=%d (%d ms)"
H A Daml-build.c1546 Aml *aml_sleep(uint64_t msec) in aml_sleep() argument
1551 aml_append(var, aml_int(msec)); in aml_sleep()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h383 Aml *aml_sleep(uint64_t msec);
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc86 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h879 GLOBAL void delay_hwtimer(uint16_t msec);
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc88 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim78 " searchpair() can be slow sometimes, limit the time to 150 msec or what is
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch176 +;; Query time: 81 msec