Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pinctrl/intel/
Dpinctrl-intel.c85 #define DEBOUNCE_PERIOD_NSEC 31250 macro
626 *arg = BIT(v) * DEBOUNCE_PERIOD_NSEC / NSEC_PER_USEC; in intel_config_get_debounce()
784 v = order_base_2(debounce * NSEC_PER_USEC / DEBOUNCE_PERIOD_NSEC); in intel_config_set_debounce()