Home
last modified time | relevance | path

Searched defs:msecs (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dmisc.c72 ulong msecs = get_timer(start) * 1000 / CONFIG_SYS_HZ; in do_timer() local
/openbmc/u-boot/drivers/sound/
H A Dsound-uclass.c54 int sound_beep(struct udevice *dev, int msecs, int frequency_hz) in sound_beep()