Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt5670.c247 case RT5670_INT_IRQ_ST: in rt5670_volatile_register()
382 case RT5670_INT_IRQ_ST: in rt5670_readable_register()
462 snd_soc_component_update_bits(component, RT5670_INT_IRQ_ST, 0x8, 0x8); in rt5670_headset_detect()
472 snd_soc_component_update_bits(component, RT5670_INT_IRQ_ST, 0x8, 0x0); in rt5670_headset_detect()
539 if (snd_soc_component_read32(rt5670->component, RT5670_INT_IRQ_ST) & 0x4) { in rt5670_irq_detection()
569 snd_soc_component_update_bits(rt5670->component, RT5670_INT_IRQ_ST, 0x1, 0x0); in rt5670_irq_detection()
Drt5670.h140 #define RT5670_INT_IRQ_ST 0xbf macro