Searched refs:icst (Results 1 – 3 of 3) sorted by relevance
63 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get() argument68 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->ctype == ICST_INTEGRATOR_AP_PCI) { in vco_get()127 if (icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in vco_get()134 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in vco_get()152 static int vco_set(struct clk_icst *icst, struct icst_vco vco) in vco_set() argument159 switch (icst->ctype) { in vco_set()206 ret = regmap_write(icst->map, icst->lockreg_off, VERSATILE_LOCK_VAL); in vco_set()[all …]
3 obj-$(CONFIG_CLK_ICST) += icst.o clk-icst.o clk-versatile.o
1614 F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml