Searched full:icst (Results 1 – 10 of 10) sorted by relevance
4 * We wrap the custom interface from <asm/hardware/icst.h> into the generic10 * ICST clock code from the ARM tree should probably be merged into this22 #include "icst.h"23 #include "clk-icst.h"37 * struct clk_icst - ICST VCO clock wrapper42 * @params: parameters for this ICST instance44 * @ctype: the type of control register for the ICST59 * vco_get() - get ICST VCO settings from a certain ICST60 * @icst: the ICST clock to get63 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get() argument[all …]
5 * enum icst_control_type - the type of ICST control register18 * struct clk_icst_desc - descriptor for the ICST VCO19 * @params: ICST parameters20 * @vco_offset: offset to the ICST VCO from the provided memory base21 * @lock_offset: offset to the ICST VCO locking register from the provided
15 #include "icst.h"16 #include "clk-icst.h"75 pr_err("no regmap for syscon IM-PD1 ICST clock parent\n"); in integrator_impd1_clk_spawn()96 dev_err(dev, "error setting up IM-PD1 ICST clock\n"); in integrator_impd1_clk_spawn()
3 obj-$(CONFIG_CLK_ICST) += icst.o clk-icst.o clk-versatile.o
12 #include "icst.h"13 #include "clk-icst.h"
8 bool "Clock driver for ARM Reference designs ICST"
5 * Support functions for calculating clocks/divisors for the ICST
17 #include "icst.h"
4 $id: http://devicetree.org/schemas/clock/arm,syscon-icst.yaml#7 title: ARM System Controller ICST Clocks19 an ICST clock request after a write to the 32 bit register at an offset30 In the core modules and logic tiles, the ICST is a configurable clock fed52 The ICST oscillator must be provided inside a system controller node.77 description: Parent clock for the ICST VCO
1586 F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml