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

/linux-master/drivers/clk/versatile/
H A DMakefile3 obj-$(CONFIG_CLK_ICST) += icst.o clk-icst.o clk-versatile.o
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) argument
68 ret = regmap_read(icst->map, icst->vcoreg_off, &val);
80 if (icst->ctype == ICST_INTEGRATOR_AP_CM) {
95 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) {
110 if (icst
152 vco_set(struct clk_icst *icst, struct icst_vco vco) argument
222 struct clk_icst *icst = to_icst(hw); local
240 struct clk_icst *icst = to_icst(hw); local
290 struct clk_icst *icst = to_icst(hw); local
344 struct clk_icst *icst; local
[all...]

Completed in 156 milliseconds