Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/versatile/
Dclk-icst.c77 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get() argument
82 ret = regmap_read(icst->map, icst->vcoreg_off, &val); in vco_get()
94 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get()
109 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) { in vco_get()
124 if (icst->ctype == ICST_INTEGRATOR_AP_PCI) { in vco_get()
141 if (icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in vco_get()
148 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in vco_get()
166 static int vco_set(struct clk_icst *icst, struct icst_vco vco) in vco_set() argument
173 switch (icst->ctype) { in vco_set()
220 ret = regmap_write(icst->map, icst->lockreg_off, VERSATILE_LOCK_VAL); in vco_set()
[all …]
DMakefile2 obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o