Searched refs:REG_INT_STAT (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/input/keyboard/ |
H A D | tca8418_keypad.c | 46 #define REG_INT_STAT 0x02 macro 205 error = tca8418_read_byte(keypad_data, REG_INT_STAT, ®); tca8418_irq_handler() 208 "unable to read REG_INT_STAT\n"); tca8418_irq_handler() 223 error = tca8418_write_byte(keypad_data, REG_INT_STAT, reg); tca8418_irq_handler() 226 "unable to clear REG_INT_STAT\n"); tca8418_irq_handler()
|
/linux-4.1.27/sound/pci/ |
H A D | bt87x.c | 62 #define REG_INT_STAT 0x100 /* interrupt status */ macro 324 status = snd_bt87x_readl(chip, REG_INT_STAT); snd_bt87x_interrupt() 328 snd_bt87x_writel(chip, REG_INT_STAT, irq_status); snd_bt87x_interrupt() 526 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); snd_bt87x_stop() 767 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); snd_bt87x_create()
|
Completed in 154 milliseconds