Searched refs:DEBOUNCE (Results 1 – 4 of 4) sorted by relevance
40 #define DEBOUNCE BIT(16) macro333 ops->set_debounce(pio, mask, config & DEBOUNCE, in at91_pinconf_set()
83 #define DEBOUNCE (1 << 16) macro1008 *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()
104 DEBOUNCE (1 << 16): indicate this pin needs debounce.
199 #define DEBOUNCE 0x0040 macro2203 w |= DEBOUNCE; /* Debounce off: easier to push the HW buttons */ in snd_es1968_chip_init()