Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dnau8825.c97 { NAU8825_REG_INTERRUPT_MASK, 0x0 },
164 case NAU8825_REG_INTERRUPT_MASK ... NAU8825_REG_KEYDET_CTRL: in nau8825_readable_reg()
190 case NAU8825_REG_INTERRUPT_MASK: in nau8825_writeable_reg()
539 regmap_update_bits(regmap, NAU8825_REG_INTERRUPT_MASK, in nau8825_enable_jack_detect()
762 regmap_update_bits(regmap, NAU8825_REG_INTERRUPT_MASK, in nau8825_setup_buttons()
810 regmap_update_bits(regmap, NAU8825_REG_INTERRUPT_MASK, 0x7ff, 0x7ff); in nau8825_init_regs()
1185 regmap_update_bits(regmap, NAU8825_REG_INTERRUPT_MASK, in nau8825_setup_irq()
Dnau8825.h27 #define NAU8825_REG_INTERRUPT_MASK 0x0f macro