Searched refs:REG_INT_STAT (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/input/keyboard/ |
D | tca8418_keypad.c | 45 #define REG_INT_STAT 0x02 macro 205 error = tca8418_read_byte(keypad_data, REG_INT_STAT, ®); in tca8418_irq_handler() 223 error = tca8418_write_byte(keypad_data, REG_INT_STAT, reg); in tca8418_irq_handler()
|
/Linux-v4.19/sound/pci/ |
D | bt87x.c | 62 #define REG_INT_STAT 0x100 /* interrupt status */ macro 324 status = snd_bt87x_readl(chip, REG_INT_STAT); in snd_bt87x_interrupt() 328 snd_bt87x_writel(chip, REG_INT_STAT, irq_status); in snd_bt87x_interrupt() 526 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); in snd_bt87x_stop() 767 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); in snd_bt87x_create()
|