Searched refs:KBC_CONTROL_FIFO_CNT_INT_EN (Results 1 – 2 of 2) sorted by relevance
46 #define KBC_CONTROL_FIFO_CNT_INT_EN (1 << 3) macro235 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()
28 #define KBC_CONTROL_FIFO_CNT_INT_EN (1 << 3) macro