Searched refs:DEBOUNCE_VAL (Results 1 – 4 of 4) sorted by relevance
42 #define DEBOUNCE_VAL (0x3fff << DEBOUNCE_VAL_SHIFT) macro334 (config & DEBOUNCE_VAL) >> DEBOUNCE_VAL_SHIFT); in at91_pinconf_set()
105 DEBOUNCE_VAL (0x3fff << 17): debounce value.
85 #define DEBOUNCE_VAL (0x3fff << DEBOUNCE_VAL_SHIFT) macro1060 (config & DEBOUNCE_VAL) >> DEBOUNCE_VAL_SHIFT); in at91_pinconf_set()
300 #define DEBOUNCE_VAL(x) (((x) & 0xffff) << 0) macro