Home
last modified time | relevance | path

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

/drivers/input/keyboard/
Dtegra-kbc.c59 #define KBC_CONTROL_FIFO_CNT_INT_EN (1 << 3) macro
248 val |= KBC_CONTROL_FIFO_CNT_INT_EN; in tegra_kbc_set_fifo_interrupt()
250 val &= ~KBC_CONTROL_FIFO_CNT_INT_EN; in tegra_kbc_set_fifo_interrupt()
391 val |= KBC_CONTROL_FIFO_CNT_INT_EN; /* interrupt on FIFO threshold */ in tegra_kbc_start()