Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dsound.c33 int msec = 1000; in do_play() local
37 msec = simple_strtoul(argv[1], NULL, 10); in do_play()
41 ret = sound_play(msec, freq); in do_play()
/rk3399_rockchip-uboot/drivers/sound/
H A Dsandbox.c11 int sound_play(uint32_t msec, uint32_t frequency) in sound_play() argument
14 mdelay(msec); in sound_play()
H A Dsound-i2s.c173 int sound_play(uint32_t msec, uint32_t frequency) in sound_play() argument
193 while (msec >= 1000) { in sound_play()
196 msec -= 1000; in sound_play()
198 if (msec) { in sound_play()
200 (data_size * msec) / (sizeof(int) * 1000); in sound_play()
H A Drockchip-sound.c104 int sound_play(u32 msec, u32 frequency) in sound_play() argument
/rk3399_rockchip-uboot/include/linux/
H A Ddelay.h13 static inline void mdelay(unsigned long msec) in mdelay() argument
15 while (msec--) in mdelay()
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dsound.h10 int sound_play(unsigned int msec, unsigned int frequency);
/rk3399_rockchip-uboot/include/
H A Dsound.h54 int sound_play(uint32_t msec, uint32_t frequency);
H A D_exports.h77 EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
/rk3399_rockchip-uboot/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.
/rk3399_rockchip-uboot/drivers/video/
H A Ddw_hdmi.c236 static int hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, u32 msec) in hdmi_phy_wait_i2c_done() argument
250 } while (get_timer(start) < msec); in hdmi_phy_wait_i2c_done()
531 static int hdmi_ddc_wait_i2c_done(struct dw_hdmi *hdmi, int msec) in hdmi_ddc_wait_i2c_done() argument
545 } while (get_timer(start) < msec); in hdmi_ddc_wait_i2c_done()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dstm32f769-disco.dts219 /* refcount = (64msec/total_row_sdram)*freq - 20 */
H A Dstm32f746-disco.dts205 /* refcount = (64msec/total_row_sdram)*freq - 20 */
/rk3399_rockchip-uboot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc87 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
/rk3399_rockchip-uboot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc89 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c623 static bool hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, int msec) in hdmi_phy_wait_i2c_done() argument
628 if (msec-- == 0) in hdmi_phy_wait_i2c_done()