Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt298.c337 regmap_update_bits(rt298->regmap, RT298_IRQ_CTRL, 0x2, 0x0); in rt298_mic_detect()
345 regmap_update_bits(rt298->regmap, RT298_IRQ_CTRL, 0x2, 0x2); in rt298_mic_detect()
989 regmap_update_bits(rt298->regmap, RT298_IRQ_CTRL, 0x1, 0x1); in rt298_irq()
1015 RT298_IRQ_CTRL, 0x2, 0x2); in rt298_probe()
Drt298.h149 #define RT298_IRQ_CTRL 0x33 macro