Home
last modified time | relevance | path

Searched refs:icst (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/versatile/
H A Dclk-icst.c4 * We wrap the custom interface from <asm/hardware/icst.h> into the generic
22 #include "icst.h"
23 #include "clk-icst.h"
59 * @icst: the ICST clock to get
62 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get() argument
67 ret = regmap_read(icst->map, icst->vcoreg_off, &val); in vco_get()
79 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get()
94 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) { in vco_get()
109 if (icst in vco_get()
151 vco_set(struct clk_icst *icst, struct icst_vco vco) vco_set() argument
221 struct clk_icst *icst = to_icst(hw); icst_recalc_rate() local
239 struct clk_icst *icst = to_icst(hw); icst_round_rate() local
289 struct clk_icst *icst = to_icst(hw); icst_set_rate() local
343 struct clk_icst *icst; icst_clk_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/versatile/
H A Dclk-icst.c4 * We wrap the custom interface from <asm/hardware/icst.h> into the generic
22 #include "icst.h"
23 #include "clk-icst.h"
60 * @icst: the ICST clock to get
63 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get() argument
68 ret = regmap_read(icst->map, icst->vcoreg_off, &val); in vco_get()
80 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get()
95 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) { in vco_get()
110 if (icst in vco_get()
152 vco_set(struct clk_icst *icst, struct icst_vco vco) vco_set() argument
222 struct clk_icst *icst = to_icst(hw); icst_recalc_rate() local
240 struct clk_icst *icst = to_icst(hw); icst_round_rate() local
290 struct clk_icst *icst = to_icst(hw); icst_set_rate() local
344 struct clk_icst *icst; icst_clk_setup() local
[all...]

Completed in 2 milliseconds