Searched full:icst (Results 1 – 24 of 24) sorted by relevance
| /kernel/linux/linux-5.10/drivers/clk/versatile/ |
| D | clk-icst.c | 4 * We wrap the custom interface from <asm/hardware/icst.h> into the generic 10 * ICST clock code from the ARM tree should probably be merged into this 22 #include "icst.h" 23 #include "clk-icst.h" 37 * struct clk_icst - ICST VCO clock wrapper 41 * @params: parameters for this ICST instance 43 * @ctype: the type of control register for the ICST 58 * vco_get() - get ICST VCO settings from a certain ICST 59 * @icst: the ICST clock to get 62 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get() argument [all …]
|
| D | clk-icst.h | 5 * enum icst_control_type - the type of ICST control register 18 * struct clk_icst_desc - descriptor for the ICST VCO 19 * @params: ICST parameters 20 * @vco_offset: offset to the ICST VCO from the provided memory base 21 * @lock_offset: offset to the ICST VCO locking register from the provided
|
| D | clk-impd1.c | 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()
|
| D | Makefile | 3 obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o
|
| D | Kconfig | 7 config ICST config 8 bool "Clock driver for ARM Reference designs ICST"
|
| D | clk-versatile.c | 12 #include "icst.h" 13 #include "clk-icst.h"
|
| D | icst.h | 5 * Support functions for calculating clocks/divisors for the ICST
|
| D | icst.c | 17 #include "icst.h"
|
| /kernel/linux/linux-6.6/drivers/clk/versatile/ |
| D | clk-icst.c | 4 * We wrap the custom interface from <asm/hardware/icst.h> into the generic 10 * ICST clock code from the ARM tree should probably be merged into this 22 #include "icst.h" 23 #include "clk-icst.h" 37 * struct clk_icst - ICST VCO clock wrapper 42 * @params: parameters for this ICST instance 44 * @ctype: the type of control register for the ICST 59 * vco_get() - get ICST VCO settings from a certain ICST 60 * @icst: the ICST clock to get 63 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get() argument [all …]
|
| D | clk-icst.h | 5 * enum icst_control_type - the type of ICST control register 18 * struct clk_icst_desc - descriptor for the ICST VCO 19 * @params: ICST parameters 20 * @vco_offset: offset to the ICST VCO from the provided memory base 21 * @lock_offset: offset to the ICST VCO locking register from the provided
|
| D | clk-impd1.c | 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()
|
| D | Makefile | 3 obj-$(CONFIG_CLK_ICST) += icst.o clk-icst.o clk-versatile.o
|
| D | clk-versatile.c | 12 #include "icst.h" 13 #include "clk-icst.h"
|
| D | Kconfig | 8 bool "Clock driver for ARM Reference designs ICST"
|
| D | icst.h | 5 * Support functions for calculating clocks/divisors for the ICST
|
| D | icst.c | 17 #include "icst.h"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | arm,syscon-icst.yaml | 4 $id: http://devicetree.org/schemas/clock/arm,syscon-icst.yaml# 7 title: ARM System Controller ICST Clocks 19 an ICST clock request after a write to the 32 bit register at an offset 30 In the core modules and logic tiles, the ICST is a configurable clock fed 52 The ICST oscillator must be provided inside a system controller node. 77 description: Parent clock for the ICST VCO
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | arm,syscon-icst.yaml | 4 $id: http://devicetree.org/schemas/clock/arm,syscon-icst.yaml# 7 title: ARM System Controller ICST Clocks 19 an ICST clock request after a write to the 32 bit register at an offset 30 In the core modules and logic tiles, the ICST is a configurable clock fed 52 The ICST oscillator must be provided inside a system controller node. 73 description: Parent clock for the ICST VCO
|
| /kernel/linux/linux-5.10/arch/arm/mach-versatile/ |
| D | Kconfig | 10 select ICST
|
| /kernel/linux/linux-5.10/arch/arm/mach-vexpress/ |
| D | Kconfig | 14 select ICST
|
| /kernel/linux/linux-5.10/arch/arm/mach-realview/ |
| D | Kconfig | 14 select ICST
|
| /kernel/linux/linux-5.10/arch/arm/mach-integrator/ |
| D | Kconfig | 9 select ICST
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 1343 F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 1614 F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
|