Home
last modified time | relevance | path

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

/Linux-v5.10/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()
922 regmap_update_bits(rt286->regmap, RT286_IRQ_CTRL, 0x1, 0x1); in rt286_irq()
946 RT286_IRQ_CTRL, 0x2, 0x2); in rt286_probe()
Drt286.h138 #define RT286_IRQ_CTRL 0x33 macro