Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dnau8824.c118 { NAU8824_REG_CLEAR_INT_REG, 0x0000 },
234 case NAU8824_REG_CLEAR_INT_REG ... NAU8824_REG_VDET_THRESHOLD_4: in nau8824_readable_reg()
261 case NAU8824_REG_CLEAR_INT_REG ... NAU8824_REG_VDET_THRESHOLD_4: in nau8824_writeable_reg()
290 case NAU8824_REG_IRQ ... NAU8824_REG_CLEAR_INT_REG: in nau8824_volatile_reg()
834 NAU8824_REG_CLEAR_INT_REG, clear_irq); in nau8824_int_status_clear_all()
1003 regmap_read(regmap, NAU8824_REG_CLEAR_INT_REG, in nau8824_interrupt()
1038 regmap_write(regmap, NAU8824_REG_CLEAR_INT_REG, clear_irq); in nau8824_interrupt()
H A Dnau8824.h26 #define NAU8824_REG_CLEAR_INT_REG 0x11 macro