Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A 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()
/openbmc/u-boot/drivers/input/
H A Dtegra-kbc.c28 #define KBC_CONTROL_FIFO_CNT_INT_EN (1 << 3) macro