Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dnau8824.c119 { NAU8824_REG_CLEAR_INT_REG, 0x0000 },
235 case NAU8824_REG_CLEAR_INT_REG ... NAU8824_REG_VDET_THRESHOLD_4: in nau8824_readable_reg()
262 case NAU8824_REG_CLEAR_INT_REG ... NAU8824_REG_VDET_THRESHOLD_4: in nau8824_writeable_reg()
291 case NAU8824_REG_IRQ ... NAU8824_REG_CLEAR_INT_REG: in nau8824_volatile_reg()
848 NAU8824_REG_CLEAR_INT_REG, clear_irq); in nau8824_int_status_clear_all()
993 regmap_read(regmap, NAU8824_REG_CLEAR_INT_REG, in nau8824_interrupt()
1028 regmap_write(regmap, NAU8824_REG_CLEAR_INT_REG, clear_irq); in nau8824_interrupt()
Dnau8824.h26 #define NAU8824_REG_CLEAR_INT_REG 0x11 macro