Searched refs:M98095_088_CFG_LEVEL (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | max98095.c | 489 SOC_SINGLE("EQ1 Switch", M98095_088_CFG_LEVEL, 0, 1, 0), 490 SOC_SINGLE("EQ2 Switch", M98095_088_CFG_LEVEL, 1, 1, 0), 492 SOC_SINGLE("Biquad1 Switch", M98095_088_CFG_LEVEL, 2, 1, 0), 493 SOC_SINGLE("Biquad2 Switch", M98095_088_CFG_LEVEL, 3, 1, 0), 1531 regsave = snd_soc_component_read(component, M98095_088_CFG_LEVEL); in max98095_put_eq_enum() 1532 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, 0); in max98095_put_eq_enum() 1545 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, regsave); in max98095_put_eq_enum() 1682 regsave = snd_soc_component_read(component, M98095_088_CFG_LEVEL); in max98095_put_bq_enum() 1683 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, 0); in max98095_put_bq_enum() 1693 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, regsave); in max98095_put_bq_enum()
|
H A D | max98095.h | 151 #define M98095_088_CFG_LEVEL 0x88 macro
|
/openbmc/u-boot/drivers/sound/ |
H A D | max98095.h | 159 #define M98095_088_CFG_LEVEL 0x88 macro
|