Searched refs:EINT_DBNC_SET_EN (Results 1 – 2 of 2) sorted by relevance
27 #define EINT_DBNC_SET_EN (0x1 << 0) macro
979 bit = ((dbnc << EINT_DBNC_SET_DBNC_BITS) | EINT_DBNC_SET_EN) << in mtk_gpio_set_debounce()1173 bit = EINT_DBNC_SET_EN << ((index % 4) * 8); in mtk_eint_debounce_process()