Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Ddelay.h11 static inline void mdelay(unsigned long msec) in mdelay() argument
13 udelay(1000 * msec); in mdelay()
/u-boot/cmd/
A Dsound.c40 int msec = 1000; in do_play() local
44 msec = simple_strtoul(argv[1], NULL, 10); in do_play()
50 ret = sound_beep(dev, msec, freq); in do_play()
/u-boot/doc/
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
A DREADME.watchdog15 be 128000 msec for i.mx31/35/5x/6x.
/u-boot/include/
A D_exports.h74 EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
/u-boot/drivers/video/
A Ddw_hdmi.c304 static int hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, u32 msec) in hdmi_phy_wait_i2c_done() argument
318 } while (get_timer(start) < msec); in hdmi_phy_wait_i2c_done()
787 static int hdmi_ddc_wait_i2c_done(struct dw_hdmi *hdmi, int msec) in hdmi_ddc_wait_i2c_done() argument
801 } while (get_timer(start) < msec); in hdmi_ddc_wait_i2c_done()
/u-boot/drivers/i2c/
A Docores_i2c.c249 const unsigned long msec) in ocores_wait() argument
262 if (count == (1000 * msec)) in ocores_wait()
/u-boot/drivers/watchdog/
A DKconfig13 int "Watchdog timeout in msec"
19 Watchdog timeout in msec
/u-boot/arch/arm/dts/
A Dstm32f746-disco-u-boot.dtsi100 /* refcount = (64msec/total_row_sdram)*freq - 20 */
A Dstm32f769-disco-u-boot.dtsi118 /* refcount = (64msec/total_row_sdram)*freq - 20 */
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dbattery.asl24 Store (5, Local0) // Timeout 5 msec
/u-boot/board/toradex/apalis_imx6/
A Dpf0100_otp.inc88 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
/u-boot/board/toradex/colibri_imx6/
A Dpf0100_otp.inc88 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up

Completed in 17 milliseconds