Searched refs:REG_INT_STAT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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() 208 "unable to read REG_INT_STAT\n"); in tca8418_irq_handler() 223 error = tca8418_write_byte(keypad_data, REG_INT_STAT, reg); in tca8418_irq_handler() 226 "unable to clear REG_INT_STAT\n"); in tca8418_irq_handler()
|
/kernel/linux/linux-6.6/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() 208 "unable to read REG_INT_STAT\n"); in tca8418_irq_handler() 223 error = tca8418_write_byte(keypad_data, REG_INT_STAT, reg); in tca8418_irq_handler() 226 "unable to clear REG_INT_STAT\n"); in tca8418_irq_handler()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | bt87x.c | 48 #define REG_INT_STAT 0x100 /* interrupt status */ macro 305 status = snd_bt87x_readl(chip, REG_INT_STAT); in snd_bt87x_interrupt() 309 snd_bt87x_writel(chip, REG_INT_STAT, irq_status); in snd_bt87x_interrupt() 501 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); in snd_bt87x_stop() 740 snd_bt87x_writel(chip, REG_INT_STAT, MY_INTERRUPTS); in snd_bt87x_create()
|
/kernel/linux/linux-6.6/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()
|
Completed in 5 milliseconds