Lines Matching +full:baikal +full:- +full:t1
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2020 BAIKAL ELECTRONICS, JSC
5 * Baikal-T1 CCU Dividers interface driver
10 #include <linux/clk-provider.h>
22 * @CCU_DIV_LOCK_SHIFTED: Find lock-bit at non-standard position.
31 * enum ccu_div_type - CCU Divider types
43 * struct ccu_div_init_data - CCU Divider initialization data
48 * @sys_regs: Baikal-T1 System Controller registers map.
73 * struct ccu_div - CCU Divider descriptor
77 * @sys_regs: Baikal-T1 System Controller registers map.
78 * @lock: Divider state change spin-lock.
101 return div ? &div->hw : NULL; in ccu_div_get_clk_hw()