Home
last modified time | relevance | path

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

/sound/soc/codecs/
Drt298.c339 regmap_update_bits(rt298->regmap, RT298_IRQ_CTRL, 0x2, 0x0); in rt298_mic_detect()
347 regmap_update_bits(rt298->regmap, RT298_IRQ_CTRL, 0x2, 0x2); in rt298_mic_detect()
991 regmap_update_bits(rt298->regmap, RT298_IRQ_CTRL, 0x1, 0x1); in rt298_irq()
1017 RT298_IRQ_CTRL, 0x2, 0x2); in rt298_probe()
Drt298.h146 #define RT298_IRQ_CTRL 0x33 macro