| /openbmc/u-boot/cmd/ |
| H A D | sound.c | 37 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 D | delay.h | 11 static inline void mdelay(unsigned long msec) in mdelay() argument 13 udelay(1000 * msec); in mdelay()
|
| /openbmc/qemu/migration/ |
| H A D | dirtyrate.c | 51 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 D | rdma.c | 2337 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 D | 0002-ssaparse-enhance-SSA-text-lines-parsing.patch | 95 + 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 D | multi-thread-compression.txt | 78 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 D | 0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch | 17 It causes the boot delay, typically 1024msec(4msec * 256 = 1024msec)
|
| /openbmc/u-boot/doc/ |
| H A D | README.440-DDR-performance | 46 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 D | README.watchdog | 15 be 128000 msec for i.mx31/35/5x/6x.
|
| /openbmc/u-boot/include/ |
| H A D | _exports.h | 75 EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
|
| /openbmc/u-boot/drivers/video/ |
| H A D | dw_hdmi.c | 301 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 D | stm32f769-disco.dts | 221 /* refcount = (64msec/total_row_sdram)*freq - 20 */
|
| H A D | stm32f746-disco.dts | 272 /* refcount = (64msec/total_row_sdram)*freq - 20 */
|
| /openbmc/qemu/hw/acpi/ |
| H A D | trace-events | 58 tco_timer_reload(int ticks, int msec) "ticks=%d (%d ms)"
|
| H A D | aml-build.c | 1546 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 D | aml-build.h | 383 Aml *aml_sleep(uint64_t msec);
|
| /openbmc/u-boot/board/toradex/colibri_imx6/ |
| H A D | pf0100_otp.inc | 86 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
|
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | comminf.h | 879 GLOBAL void delay_hwtimer(uint16_t msec);
|
| /openbmc/u-boot/board/toradex/apalis_imx6/ |
| H A D | pf0100_otp.inc | 88 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
|
| /openbmc/openbmc/poky/bitbake/contrib/vim/indent/ |
| H A D | bitbake.vim | 78 " searchpair() can be slow sometimes, limit the time to 150 msec or what is
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
| H A D | conf.patch | 176 +;; Query time: 81 msec
|