Searched refs:ASP_CTRL_CLOCK_CTRL_ASP_ALL_DISABLE (Results 1 – 2 of 2) sorted by relevance
1285 bcmasp_core_clock_set(priv, ASP_CTRL_CLOCK_CTRL_ASP_ALL_DISABLE, 0); in bcmasp_probe()1350 bcmasp_core_clock_set(priv, 0, ASP_CTRL_CLOCK_CTRL_ASP_ALL_DISABLE); in bcmasp_probe()1435 bcmasp_core_clock_set(priv, ASP_CTRL_CLOCK_CTRL_ASP_ALL_DISABLE, 0); in bcmasp_resume()1441 bcmasp_core_clock_set(priv, 0, ASP_CTRL_CLOCK_CTRL_ASP_ALL_DISABLE); in bcmasp_resume()
156 #define ASP_CTRL_CLOCK_CTRL_ASP_ALL_DISABLE GENMASK(4, 0) macro