Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dtca8418_keypad.c45 #define REG_INT_STAT 0x02 macro
205 error = tca8418_read_byte(keypad_data, REG_INT_STAT, &reg); in tca8418_irq_handler()
223 error = tca8418_write_byte(keypad_data, REG_INT_STAT, reg); in tca8418_irq_handler()
/openbmc/linux/sound/pci/
H A Dbt87x.c46 #define REG_INT_STAT 0x100 /* interrupt status */ macro
303 status = snd_bt87x_readl(chip, REG_INT_STAT); in snd_bt87x_interrupt()
307 snd_bt87x_writel(chip, REG_INT_STAT, irq_status); in snd_bt87x_interrupt()
500 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); in snd_bt87x_stop()
709 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); in snd_bt87x_create()