Lines Matching +full:axg +full:- +full:clkc
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
13 #include <linux/reset-controller.h>
15 #include "reset-meson.h"
43 .name = "a1-audio-clkc.rst-a1",
46 .name = "a1-audio-clkc.rst-a1-vad",
49 .name = "axg-audio-clkc.rst-g12a",
52 .name = "axg-audio-clkc.rst-sm1",
62 (const struct meson_reset_param *)(id->driver_data); in meson_reset_aux_probe()
65 map = dev_get_regmap(adev->dev.parent, NULL); in meson_reset_aux_probe()
67 return -EINVAL; in meson_reset_aux_probe()
69 return meson_reset_controller_register(&adev->dev, map, param); in meson_reset_aux_probe()