| /rk3399_rockchip-uboot/cmd/ |
| H A D | sound.c | 33 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 D | sandbox.c | 11 int sound_play(uint32_t msec, uint32_t frequency) in sound_play() argument 14 mdelay(msec); in sound_play()
|
| H A D | sound-i2s.c | 173 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 D | rockchip-sound.c | 104 int sound_play(u32 msec, u32 frequency) in sound_play() argument
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | delay.h | 13 static inline void mdelay(unsigned long msec) in mdelay() argument 15 while (msec--) in mdelay()
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | sound.h | 10 int sound_play(unsigned int msec, unsigned int frequency);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sound.h | 54 int sound_play(uint32_t msec, uint32_t frequency);
|
| H A D | _exports.h | 77 EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
|
| /rk3399_rockchip-uboot/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.
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | dw_hdmi.c | 236 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 D | stm32f769-disco.dts | 219 /* refcount = (64msec/total_row_sdram)*freq - 20 */
|
| H A D | stm32f746-disco.dts | 205 /* refcount = (64msec/total_row_sdram)*freq - 20 */
|
| /rk3399_rockchip-uboot/board/toradex/colibri_imx6/ |
| H A D | pf0100_otp.inc | 87 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
|
| /rk3399_rockchip-uboot/board/toradex/apalis_imx6/ |
| H A D | pf0100_otp.inc | 89 {pmic_delay, 0, 500}, // Adds 500msec delay to allow VPGM time to ramp up
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw_hdmi.c | 623 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()
|