Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dbeep.c69 unsigned tickrate_div_freq = tickrate_div_freq; /* for compiler */ in beep_main() local
78 tickrate_div_freq = CLOCK_TICK_RATE / FREQ; in beep_main()
90 tickrate_div_freq = (unsigned)CLOCK_TICK_RATE / xatou(optarg); in beep_main()
116 xioctl(speaker, KIOCSOUND, (void*)(uintptr_t)tickrate_div_freq); in beep_main()