Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dmax98090.c267 case M98090_REG_DEVICE_STATUS ... M98090_REG_INTERRUPT_S: in max98090_readable_register()
2080 regmap_read(max98090->regmap, M98090_REG_INTERRUPT_S, &mask); in max98090_pll_det_enable_work()
2088 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_pll_det_enable_work()
2102 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_pll_det_disable_work()
2228 ret = regmap_read(max98090->regmap, M98090_REG_INTERRUPT_S, &mask); in max98090_interrupt()
2306 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_mic_detect()
2310 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_mic_detect()
Dmax98090.h24 #define M98090_REG_INTERRUPT_S 0x03 macro