Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/versatile/
H A Dclk-icst.c62 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->ctype == ICST_INTEGRATOR_AP_PCI) { in vco_get()
126 if (icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in vco_get()
133 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in vco_get()
151 static int vco_set(struct clk_icst *icst, struct icst_vco vco) in vco_set() argument
158 switch (icst->ctype) { in vco_set()
205 ret = regmap_write(icst->map, icst->lockreg_off, VERSATILE_LOCK_VAL); in vco_set()
[all …]
H A DMakefile3 obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS1343 F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml