1 /* SPDX-License-Identifier: GPL-2.0 */
3 * struct clk_icst_desc - descriptor for the ICST VCO
4 * @params: ICST parameters
5 * @vco_offset: offset to the ICST VCO from the provided memory base
6 * @lock_offset: offset to the ICST VCO locking register from the provided
10 const struct icst_params
*params
;
15 struct clk
*icst_clk_register(struct device
*dev
,
16 const struct clk_icst_desc
*desc
,
18 const char *parent_name
,