Home
last modified time | relevance | path

Searched refs:MTK_EINT_DBNC_SET_EN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dmtk-eint.c28 #define MTK_EINT_DBNC_SET_EN (0x1 << 0) macro
303 bit = MTK_EINT_DBNC_SET_EN << ((index % 4) * 8); in mtk_eint_debounce_process()
434 bit = ((dbnc << MTK_EINT_DBNC_SET_DBNC_BITS) | MTK_EINT_DBNC_SET_EN) << in mtk_eint_set_debounce()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dmtk-eint.c29 #define MTK_EINT_DBNC_SET_EN (0x1 << 0) macro
328 bit = MTK_EINT_DBNC_SET_EN << ((index % 4) * 8); in mtk_eint_debounce_process()
459 bit = ((dbnc << MTK_EINT_DBNC_SET_DBNC_BITS) | MTK_EINT_DBNC_SET_EN) << in mtk_eint_set_debounce()

Completed in 3 milliseconds