Searched +full:integratorap +full:- +full:pci (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/arm,syscon-icst.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Linus Walleij <linusw@kernel.org>25 connects the low 8 bits of the VDW (missing one bit), hard-wires RDW to26 different values and sometimes also hard-wires the output divider. They38 integratorap-cm41 integratorap-sys44 integratorap-pci 14 1 14[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 * Copyright (C) 2012-2015 Linus Walleij17 #include <linux/clk-provider.h>23 #include "clk-icst.h"37 * struct clk_icst - ICST VCO clock wrapper59 * vco_get() - get ICST VCO settings from a certain ICST68 ret = regmap_read(icst->map, icst->vcoreg_off, &val); in vco_get()77 * "Integrator CM926EJ-S, CM946E-S, CM966E-S, CM1026EJ-S and in vco_get()78 * CM1136JF-S User Guide" ARM DUI 0138E, page 3-13 thru 3-14. in vco_get()80 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get()[all …]