Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt5645.c471 case RT5650_4BTN_IL_CMD1: in rt5645_volatile_register()
611 case RT5650_4BTN_IL_CMD1: in rt5645_readable_register()
3156 snd_soc_component_update_bits(component, RT5650_4BTN_IL_CMD1, 0x3, 0x3); in rt5645_enable_push_button_irq()
3161 snd_soc_component_read32(component, RT5650_4BTN_IL_CMD1); in rt5645_enable_push_button_irq()
3162 pr_debug("%s read %x = %x\n", __func__, RT5650_4BTN_IL_CMD1, in rt5645_enable_push_button_irq()
3163 snd_soc_component_read32(component, RT5650_4BTN_IL_CMD1)); in rt5645_enable_push_button_irq()
3256 val = snd_soc_component_read32(component, RT5650_4BTN_IL_CMD1); in rt5645_button_detect()
3259 snd_soc_component_write(component, RT5650_4BTN_IL_CMD1, val); in rt5645_button_detect()
Drt5645.h155 #define RT5650_4BTN_IL_CMD1 0xdf macro