Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax98090.c266 case M98090_REG_DEVICE_STATUS ... M98090_REG_INTERRUPT_S: in max98090_readable_register()
2085 regmap_read(max98090->regmap, M98090_REG_INTERRUPT_S, &mask); in max98090_pll_det_enable_work()
2093 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_pll_det_enable_work()
2107 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_pll_det_disable_work()
2245 ret = regmap_read(max98090->regmap, M98090_REG_INTERRUPT_S, &mask); in max98090_interrupt()
2323 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_mic_detect()
2327 snd_soc_component_update_bits(component, M98090_REG_INTERRUPT_S, in max98090_mic_detect()
H A Dmax98090.h24 #define M98090_REG_INTERRUPT_S 0x03 macro