Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5645.c499 case RT5645_INT_IRQ_ST: in rt5645_volatile_register()
626 case RT5645_INT_IRQ_ST: in rt5645_readable_register()
3137 RT5645_INT_IRQ_ST, 0x8, 0x8); in rt5645_enable_push_button_irq()
3145 snd_soc_component_update_bits(component, RT5645_INT_IRQ_ST, 0x8, 0x0); in rt5645_enable_push_button_irq()
3332 val = snd_soc_component_read(rt5645->component, RT5645_INT_IRQ_ST) & 0x1000; in rt5645_jack_detect_work()
3342 if (snd_soc_component_read(rt5645->component, RT5645_INT_IRQ_ST) & 0x4) { in rt5645_jack_detect_work()
3391 RT5645_INT_IRQ_ST, 0x1, 0x0); in rt5645_jack_detect_work()
H A Drt5645.h135 #define RT5645_INT_IRQ_ST 0xbf macro