Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk312x_codec.c151 [RK312x_RESET] = 0x0003,
196 case RK312x_RESET: in rk312x_volatile_register()
206 case RK312x_RESET: in rk312x_codec_register()
305 regmap_write(rk312x_priv->regmap, RK312x_RESET, 0x00); in rk312x_reset()
307 regmap_write(rk312x_priv->regmap, RK312x_RESET, 0x43); in rk312x_reset()
2190 val = snd_soc_component_read(component, RK312x_RESET); in rk312x_probe()
2192 if (val != rk312x_reg_defaults[RK312x_RESET]) { in rk312x_probe()
2250 snd_soc_component_write(component, RK312x_RESET, 0xfc); in rk312x_remove()
2252 snd_soc_component_write(component, RK312x_RESET, 0x3); in rk312x_remove()
2497 regmap_write(rk312x_priv->regmap, RK312x_RESET, 0xfc); in rk312x_platform_shutdown()
[all …]
H A Drk312x_codec.h18 #define RK312x_RESET (RK312x_CODEC_BASE + 0x00) macro