Searched refs:clkc (Results 1 – 24 of 24) sorted by relevance
/linux-4.1.27/arch/arm/boot/dts/ |
D | zynq-7000.dtsi | 26 clocks = <&clkc 3>; 40 clocks = <&clkc 3>; 72 clocks = <&clkc 12>; 78 clocks = <&clkc 19>, <&clkc 36>; 90 clocks = <&clkc 20>, <&clkc 37>; 102 clocks = <&clkc 42>; 112 clocks = <&clkc 38>; 123 clocks = <&clkc 39>; 156 clocks = <&clkc 23>, <&clkc 40>; 165 clocks = <&clkc 24>, <&clkc 41>; [all …]
|
D | zynq-zybo.dts | 32 &clkc {
|
D | zynq-zed.dts | 41 &clkc {
|
D | zynq-parallella.dts | 37 &clkc {
|
D | zynq-zc706.dts | 42 &clkc {
|
D | zynq-zc702.dts | 58 &clkc {
|
D | atlas6.dtsi | 67 compatible = "sirf,atlas6-clkc";
|
D | prima2.dtsi | 78 compatible = "sirf,prima2-clkc";
|
/linux-4.1.27/arch/frv/kernel/ |
D | pm.c | 215 unsigned long flags, clkc; in try_set_p0() local 225 clkc = __get_CLKC(); in try_set_p0() 227 clkc |= CLKC_P0; in try_set_p0() 229 clkc &= ~CLKC_P0; in try_set_p0() 230 __set_CLKC(clkc); in try_set_p0() 245 unsigned long flags, clkc; in try_set_cm() local 255 clkc = __get_CLKC(); in try_set_cm() 256 clkc &= ~CLKC_CM; in try_set_cm() 257 clkc |= new_cm; in try_set_cm() 258 __set_CLKC(clkc); in try_set_cm()
|
D | setup.c | 526 unsigned long clkc, psr, quot; in determine_clocks() local 528 clkc = __get_CLKC(); in determine_clocks() 531 clock_p0_current = !!(clkc & CLKC_P0); in determine_clocks() 532 clock_cm_current = clkc & CLKC_CM; in determine_clocks() 533 clock_cmode_current = (clkc & CLKC_CMODE) >> CLKC_CMODE_s; in determine_clocks() 536 printk("psr=%08lx hsr0=%08lx clkc=%08lx\n", psr, __get_HSR(0), clkc); in determine_clocks() 572 tmode = &clock_cmodes[(clkc & CLKC_CMODE) >> CLKC_CMODE_s]; in determine_clocks() 586 switch (clkc & CLKC_CM) { in determine_clocks() 597 printk("Unsupported CLKC CM %ld\n", clkc & CLKC_CM); in determine_clocks() 602 if (clkc & CLKC_P0) in determine_clocks() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | xilinx_can.txt | 26 clocks = <&clkc 19>, <&clkc 36>; 37 clocks = <&clkc 0>, <&clkc 1>;
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | zynq-7000.txt | 16 - compatible : "xlnx,ps7-clkc" 91 clkc: clkc@100 { 93 compatible = "xlnx,ps7-clkc"; 108 clocks = <&clkc 16>, <&clk_foo>;
|
D | prima2-clock.txt | 4 - compatible: Should be "sirf,prima2-clkc" 61 compatible = "sirf,prima2-clkc";
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | macb.txt | 29 clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | cdns,uart.txt | 16 clocks = <&clkc 23>, <&clkc 40>;
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | arasan,sdhci.txt | 24 clocks = <&clkc 21>, <&clkc 32>;
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-cadence.txt | 25 clocks = <&clkc 26>, <&clkc 35>;
|
/linux-4.1.27/drivers/staging/clocking-wizard/ |
D | dt-binding.txt | 26 clocks = <&clkc 15>, <&clkc 15>;
|
/linux-4.1.27/drivers/clk/zynq/ |
D | Makefile | 3 obj-$(CONFIG_ARCH_ZYNQ) += clkc.o pll.o
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | cadence-wdt.txt | 18 clocks = <&clkc 45>;
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-cadence.txt | 18 clocks = <&clkc 38>;
|
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,v-tc.txt | 31 clocks = <&clkc 15>;
|
D | xlnx,v-tpg.txt | 41 clocks = <&clkc 15>;
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-zynq.txt | 21 clocks = <&clkc 42>;
|