Searched refs:msec (Results 1 – 13 of 13) sorted by relevance
/u-boot/include/linux/ |
A D | delay.h | 11 static inline void mdelay(unsigned long msec) in mdelay() argument 13 udelay(1000 * msec); in mdelay()
|
/u-boot/cmd/ |
A D | sound.c | 40 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 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
|
A D | README.watchdog | 15 be 128000 msec for i.mx31/35/5x/6x.
|
/u-boot/include/ |
A D | _exports.h | 74 EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
|
/u-boot/drivers/video/ |
A D | dw_hdmi.c | 304 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 D | ocores_i2c.c | 249 const unsigned long msec) in ocores_wait() argument 262 if (count == (1000 * msec)) in ocores_wait()
|
/u-boot/drivers/watchdog/ |
A D | Kconfig | 13 int "Watchdog timeout in msec" 19 Watchdog timeout in msec
|
/u-boot/arch/arm/dts/ |
A D | stm32f746-disco-u-boot.dtsi | 100 /* refcount = (64msec/total_row_sdram)*freq - 20 */
|
A D | stm32f769-disco-u-boot.dtsi | 118 /* refcount = (64msec/total_row_sdram)*freq - 20 */
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | battery.asl | 24 Store (5, Local0) // Timeout 5 msec
|
/u-boot/board/toradex/apalis_imx6/ |
A D | pf0100_otp.inc | 88 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
|
/u-boot/board/toradex/colibri_imx6/ |
A D | pf0100_otp.inc | 88 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
|
Completed in 17 milliseconds