Searched refs:DEBOUNCE_CHECK_TICKS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/mv/
H A Dgpio.c74 #define DEBOUNCE_CHECK_TICKS ((hz / 1000) * DEBOUNCE_CHECK_MS) macro
721 callout_reset(c, DEBOUNCE_CHECK_TICKS, mv_gpio_debounce, sd);
754 DEBOUNCE_CHECK_TICKS, mv_gpio_debounce, arg);
759 DEBOUNCE_CHECK_TICKS, mv_gpio_debounce, arg);

Completed in 67 milliseconds