Home
last modified time | relevance | path

Searched refs:KBC_CONTROL_FIFO_CNT_INT_EN (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/input/keyboard/
Dtegra-kbc.c46 #define KBC_CONTROL_FIFO_CNT_INT_EN (1 << 3) macro
235 val |= KBC_CONTROL_FIFO_CNT_INT_EN; in tegra_kbc_set_fifo_interrupt()
237 val &= ~KBC_CONTROL_FIFO_CNT_INT_EN; in tegra_kbc_set_fifo_interrupt()
381 val |= KBC_CONTROL_FIFO_CNT_INT_EN; /* interrupt on FIFO threshold */ in tegra_kbc_start()