Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Drt286.c317 regmap_update_bits(rt286->regmap, RT286_IRQ_CTRL, 0x2, 0x2); in rt286_mic_detect()
323 regmap_update_bits(rt286->regmap, RT286_IRQ_CTRL, 0x2, 0x0); in rt286_mic_detect()
944 regmap_update_bits(rt286->regmap, RT286_IRQ_CTRL, 0x1, 0x1); in rt286_irq()
968 RT286_IRQ_CTRL, 0x2, 0x2); in rt286_probe()
Drt286.h141 #define RT286_IRQ_CTRL 0x33 macro