Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-intel.c71 #define DEBOUNCE_PERIOD 31250 /* ns */ macro
565 arg = BIT(v) * DEBOUNCE_PERIOD / 1000; in intel_config_get()
682 v = order_base_2(debounce * 1000 / DEBOUNCE_PERIOD); in intel_config_set_debounce()