Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dcs35l45.c851 regmap_clear_bits(cs35l45->regmap, CS35L45_ERROR_RELEASE, CS35L45_GLOBAL_ERR_RLS_MASK); in cs35l45_runtime_resume()
852 regmap_set_bits(cs35l45->regmap, CS35L45_ERROR_RELEASE, CS35L45_GLOBAL_ERR_RLS_MASK); in cs35l45_runtime_resume()
853 regmap_clear_bits(cs35l45->regmap, CS35L45_ERROR_RELEASE, CS35L45_GLOBAL_ERR_RLS_MASK); in cs35l45_runtime_resume()
Dcs35l45.h180 #define CS35L45_GLOBAL_ERR_RLS_MASK BIT(11) macro