Searched refs:DEBOUNCE_VAL (Results 1 – 2 of 2) sorted by relevance
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