Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-at91.c83 #define DEBOUNCE (1 << 16) macro
1008 *config |= DEBOUNCE | (div << DEBOUNCE_VAL_SHIFT); in at91_pinconf_get()
1059 info->ops->set_debounce(pio, mask, config & DEBOUNCE, in at91_pinconf_set()
1116 DBG_SHOW_FLAG(DEBOUNCE); in at91_pinconf_dbg_show()
1117 if (config & DEBOUNCE) { in at91_pinconf_dbg_show()
/linux/sound/pci/
H A Des1968.c199 #define DEBOUNCE 0x0040 macro
2197 w |= DEBOUNCE; /* Debounce off: easier to push the HW buttons */ in snd_es1968_chip_init()