162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2019 Amlogic, Inc. All rights reserved. 462306a36Sopenharmony_ci * Author: Jian Hu <jian.hu@amlogic.com> 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Copyright (c) 2023, SberDevices. All Rights Reserved. 762306a36Sopenharmony_ci * Author: Dmitry Rokosov <ddrokosov@sberdevices.ru> 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#ifndef __A1_PLL_CLKC_H 1162306a36Sopenharmony_ci#define __A1_PLL_CLKC_H 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#define CLKID_FIXED_PLL_DCO 0 1462306a36Sopenharmony_ci#define CLKID_FIXED_PLL 1 1562306a36Sopenharmony_ci#define CLKID_FCLK_DIV2_DIV 2 1662306a36Sopenharmony_ci#define CLKID_FCLK_DIV3_DIV 3 1762306a36Sopenharmony_ci#define CLKID_FCLK_DIV5_DIV 4 1862306a36Sopenharmony_ci#define CLKID_FCLK_DIV7_DIV 5 1962306a36Sopenharmony_ci#define CLKID_FCLK_DIV2 6 2062306a36Sopenharmony_ci#define CLKID_FCLK_DIV3 7 2162306a36Sopenharmony_ci#define CLKID_FCLK_DIV5 8 2262306a36Sopenharmony_ci#define CLKID_FCLK_DIV7 9 2362306a36Sopenharmony_ci#define CLKID_HIFI_PLL 10 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci#endif /* __A1_PLL_CLKC_H */ 26