Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.c101 #define DEBOUNCE_PERIOD_NSEC 31250 macro
705 *arg = BIT(v) * DEBOUNCE_PERIOD_NSEC / NSEC_PER_USEC; in intel_config_get_debounce()
856 v = order_base_2(debounce * NSEC_PER_USEC / DEBOUNCE_PERIOD_NSEC); in intel_config_set_debounce()