Searched refs:REG_INT_STAT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/input/keyboard/ |
H A 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/sound/pci/ |
H A D | bt87x.c | 46 #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()
|