Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dsta32x.c103 regmap_reg_range(STA32X_CONFA, STA32X_FDRC2),
107 regmap_reg_range(STA32X_CONFA, STA32X_FDRC2),
397 confa_cached = snd_soc_component_read(component, STA32X_CONFA); in sta32x_watchdog()
399 confa = snd_soc_component_read(component, STA32X_CONFA); in sta32x_watchdog()
762 ret = regmap_update_bits(sta32x->regmap, STA32X_CONFA, in sta32x_hw_params()
909 regmap_update_bits(sta32x->regmap, STA32X_CONFA, in sta32x_probe()
H A Dsta32x.h20 #define STA32X_CONFA 0x00 macro