HomeSort by: relevance | last modified time | path
    Searched defs:clocks (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
s3c6400.dtsi 33 clocks: clock-controller@7e00f000 { label
s3c6400.dtsi 33 clocks: clock-controller@7e00f000 { label
s3c6410.dtsi 37 clocks: clock-controller@7e00f000 { label
49 clocks = <&clocks PCLK_IIC1>;
s3c6410.dtsi 37 clocks: clock-controller@7e00f000 { label
49 clocks = <&clocks PCLK_IIC1>;
s3c2416.dtsi 31 clocks: clock-controller@4c000000 { label
43 clocks = <&clocks PCLK_UART3>, <&clocks PCLK_UART3>,
44 <&clocks SCLK_UART>;
54 clocks = <&clocks HCLK_HSMMC0>, <&clocks HCLK_HSMMC0>,
55 <&clocks MUX_HSMMC0>;
65 clocks = <&clocks HCLK_HSMMC1>, <&clocks HCLK_HSMMC1>
    [all...]
s3c2416.dtsi 31 clocks: clock-controller@4c000000 { label
43 clocks = <&clocks PCLK_UART3>, <&clocks PCLK_UART3>,
44 <&clocks SCLK_UART>;
54 clocks = <&clocks HCLK_HSMMC0>, <&clocks HCLK_HSMMC0>,
55 <&clocks MUX_HSMMC0>;
65 clocks = <&clocks HCLK_HSMMC1>, <&clocks HCLK_HSMMC1>
    [all...]
mstar-v7.dtsi 50 clocks: clocks { label
67 clocks = <&xtal>;
115 clocks = <&xtal_div2>;
146 clocks = <&xtal>;
mstar-v7.dtsi 50 clocks: clocks { label
67 clocks = <&xtal>;
115 clocks = <&xtal_div2>;
146 clocks = <&xtal>;
bcm283x.dtsi 86 clocks: cprman@7e101000 { label
93 * pixel clocks come from the DSI analog PHY.
95 clocks = <&clk_osc>,
306 clocks = <&clocks BCM2835_CLOCK_UART>,
307 <&clocks BCM2835_CLOCK_VPU>;
316 clocks = <&clocks BCM2835_CLOCK_VPU>;
323 clocks = <&clocks BCM2835_CLOCK_PCM>
    [all...]
s5pv210.dtsi 82 clocks = <&clocks CLK_NANDXL>, <&clocks DOUT_FLASH>;
94 clocks: clock-controller@e0100000 { label
98 clocks = <&xxti>, <&xusbxti>;
125 clocks = <&clocks CLK_PDMA0>;
137 clocks = <&clocks CLK_PDMA1>;
149 clocks = <&clocks CLK_TSADC>
    [all...]
bcm283x.dtsi 86 clocks: cprman@7e101000 { label
93 * pixel clocks come from the DSI analog PHY.
95 clocks = <&clk_osc>,
306 clocks = <&clocks BCM2835_CLOCK_UART>,
307 <&clocks BCM2835_CLOCK_VPU>;
316 clocks = <&clocks BCM2835_CLOCK_VPU>;
323 clocks = <&clocks BCM2835_CLOCK_PCM>
    [all...]
s5pv210.dtsi 82 clocks = <&clocks CLK_NANDXL>, <&clocks DOUT_FLASH>;
94 clocks: clock-controller@e0100000 { label
98 clocks = <&xxti>, <&xusbxti>;
125 clocks = <&clocks CLK_PDMA0>;
137 clocks = <&clocks CLK_PDMA1>;
149 clocks = <&clocks CLK_TSADC>
    [all...]
da850.dtsi 27 clocks = <&psc0 14>;
81 clocks: clocks { label
110 clocks = <&psc0 15>;
128 clocks = <&pll0_sysclk 1>, <&pll0_sysclk 2>,
138 clocks = <&ref_clk>, <&pll1_sysclk 3>;
383 clocks = <&usb_phy_clk 0>, <&usb_phy_clk 1>;
387 usb_phy_clk: usb-phy-clocks {
388 compatible = "ti,da830-usb-phy-clocks";
390 clocks = <&psc1 1>, <&usb_refclkin>
    [all...]
  /src/sys/arch/arm/ti/
omap3_prm.c 67 int clocks; local in function:omap3_prm_attach
74 clocks = of_find_firstchild_byname(phandle, "clocks");
75 if (clocks > 0)
76 fdt_add_bus(self, clocks, faa);
omap3_prm.c 67 int clocks; local in function:omap3_prm_attach
74 clocks = of_find_firstchild_byname(phandle, "clocks");
75 if (clocks > 0)
76 fdt_add_bus(self, clocks, faa);
omap3_cm.c 194 int clocks; local in function:omap3_cm_attach
211 clocks = of_find_firstchild_byname(sc->sc_phandle, "clocks");
212 if (clocks > 0)
213 fdt_add_bus(self, clocks, faa);
omap3_cm.c 194 int clocks; local in function:omap3_cm_attach
211 clocks = of_find_firstchild_byname(sc->sc_phandle, "clocks");
212 if (clocks > 0)
213 fdt_add_bus(self, clocks, faa);
am3_prcm.c 267 int clocks, child, cm_child; local in function:am3_prcm_attach
302 clocks = of_find_firstchild_byname(phandle, "clocks");
303 if (clocks > 0)
304 fdt_add_bus(self, clocks, faa);
am3_prcm.c 267 int clocks, child, cm_child; local in function:am3_prcm_attach
302 clocks = of_find_firstchild_byname(phandle, "clocks");
303 if (clocks > 0)
304 fdt_add_bus(self, clocks, faa);
  /src/libexec/telnetd/
ext.h 179 * The following are some clocks used to decide how to interpret
195 } clocks; variable in typeref:struct:clockstate
ext.h 179 * The following are some clocks used to decide how to interpret
195 } clocks; variable in typeref:struct:clockstate
global.c 96 struct clockstate clocks; variable in typeref:struct:clockstate
global.c 96 struct clockstate clocks; variable in typeref:struct:clockstate
  /src/sys/arch/hpcmips/dev/
mq200debug.c 64 int clocks[4]; local in function:mq200_dump_pll
80 clocks[0] = 0;
91 clocks[1] = sc->sc_baseclock*m/n;
99 clocks[2] = sc->sc_baseclock*m/n;
105 clocks[2] = 0;
114 clocks[3] = sc->sc_baseclock*m/n;
120 clocks[3] = 0;
124 FIXEDFLOAT1000(clocks[memclock]),
127 FIXEDFLOAT1000(clocks[geclock]),
138 FIXEDFLOAT1000(clocks[rc]*10/fd_vals[fd]/sd)
    [all...]
mq200debug.c 64 int clocks[4]; local in function:mq200_dump_pll
80 clocks[0] = 0;
91 clocks[1] = sc->sc_baseclock*m/n;
99 clocks[2] = sc->sc_baseclock*m/n;
105 clocks[2] = 0;
114 clocks[3] = sc->sc_baseclock*m/n;
120 clocks[3] = 0;
124 FIXEDFLOAT1000(clocks[memclock]),
127 FIXEDFLOAT1000(clocks[geclock]),
138 FIXEDFLOAT1000(clocks[rc]*10/fd_vals[fd]/sd)
    [all...]

Completed in 56 milliseconds

1 2