Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5670.c244 case RT5670_INT_IRQ_ST: in rt5670_volatile_register()
379 case RT5670_INT_IRQ_ST: in rt5670_readable_register()
459 snd_soc_component_update_bits(component, RT5670_INT_IRQ_ST, 0x8, 0x8); in rt5670_headset_detect()
469 snd_soc_component_update_bits(component, RT5670_INT_IRQ_ST, 0x8, 0x0); in rt5670_headset_detect()
536 if (snd_soc_component_read(rt5670->component, RT5670_INT_IRQ_ST) & 0x4) { in rt5670_irq_detection()
566 snd_soc_component_update_bits(rt5670->component, RT5670_INT_IRQ_ST, 0x1, 0x0); in rt5670_irq_detection()
H A Drt5670.h135 #define RT5670_INT_IRQ_ST 0xbf macro