/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
H A D | usb.txt | 12 "clk1" through "clk24": clock source is CLK1-CLK24, respectively 16 "clk1" through "clk24": clock source is CLK1-CLK24, respectively
|
H A D | ucc.txt | 25 "clk1" through "clk24": clock source is CLK1-CLK24, respectively 29 "clk1" through "clk24": clock source is CLK1-CLK24, respectively
|
/openbmc/linux/drivers/clk/spear/ |
H A D | spear6xx_clock.c | 116 struct clk *clk, *clk1; in spear6xx_clk_init() local 136 &_lock, &clk1, NULL); in spear6xx_clk_init() 138 clk_register_clkdev(clk1, "pll1_clk", NULL); in spear6xx_clk_init() 142 &_lock, &clk1, NULL); in spear6xx_clk_init() 144 clk_register_clkdev(clk1, "pll2_clk", NULL); in spear6xx_clk_init() 162 &_lock, &clk1); in spear6xx_clk_init() 164 clk_register_clkdev(clk1, "uart_syn_gclk", NULL); in spear6xx_clk_init() 182 &_lock, &clk1); in spear6xx_clk_init() 184 clk_register_clkdev(clk1, "firda_syn_gclk", NULL); in spear6xx_clk_init() 198 &_lock, &clk1); in spear6xx_clk_init() [all …]
|
H A D | spear3xx_clock.c | 390 struct clk *clk, *clk1, *ras_apb_clk; in spear3xx_clk_init() local 414 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear3xx_clk_init() 416 clk_register_clkdev(clk1, "pll1_clk", NULL); in spear3xx_clk_init() 420 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear3xx_clk_init() 422 clk_register_clkdev(clk1, "pll2_clk", NULL); in spear3xx_clk_init() 436 &_lock, &clk1); in spear3xx_clk_init() 438 clk_register_clkdev(clk1, "uart_syn_gclk", NULL); in spear3xx_clk_init() 454 &_lock, &clk1); in spear3xx_clk_init() 456 clk_register_clkdev(clk1, "firda_syn_gclk", NULL); in spear3xx_clk_init() 506 &_lock, &clk1); in spear3xx_clk_init() [all …]
|
H A D | spear1340_clock.c | 441 struct clk *clk, *clk1; in spear1340_clk_init() local 474 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear1340_clk_init() 476 clk_register_clkdev(clk1, "pll1_clk", NULL); in spear1340_clk_init() 485 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear1340_clk_init() 487 clk_register_clkdev(clk1, "pll2_clk", NULL); in spear1340_clk_init() 496 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear1340_clk_init() 498 clk_register_clkdev(clk1, "pll3_clk", NULL); in spear1340_clk_init() 502 ARRAY_SIZE(pll4_rtbl), &_lock, &clk1, NULL); in spear1340_clk_init() 504 clk_register_clkdev(clk1, "pll4_clk", NULL); in spear1340_clk_init() 631 aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); in spear1340_clk_init() [all …]
|
H A D | spear1310_clock.c | 384 struct clk *clk, *clk1; in spear1310_clk_init() local 417 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear1310_clk_init() 419 clk_register_clkdev(clk1, "pll1_clk", NULL); in spear1310_clk_init() 428 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear1310_clk_init() 430 clk_register_clkdev(clk1, "pll2_clk", NULL); in spear1310_clk_init() 439 ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); in spear1310_clk_init() 441 clk_register_clkdev(clk1, "pll3_clk", NULL); in spear1310_clk_init() 445 ARRAY_SIZE(pll4_rtbl), &_lock, &clk1, NULL); in spear1310_clk_init() 447 clk_register_clkdev(clk1, "pll4_clk", NULL); in spear1310_clk_init() 552 ARRAY_SIZE(aux_rtbl), &_lock, &clk1); in spear1310_clk_init() [all …]
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-sp804.c | 259 struct clk *clk1, *clk2; in sp804_of_init() local 278 clk1 = of_clk_get(np, 0); in sp804_of_init() 279 if (IS_ERR(clk1)) in sp804_of_init() 280 clk1 = NULL; in sp804_of_init() 291 clk2 = clk1; in sp804_of_init() 307 name, clk1, 1); in sp804_of_init() 312 ret = sp804_clockevents_init(timer1_base, irq, clk1, name); in sp804_of_init()
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clk-33xx.c | 272 struct clk *clk1, *clk2; in am33xx_dt_clk_init() local 292 clk1 = clk_get_sys(NULL, "sys_clkin_ck"); in am33xx_dt_clk_init() 294 clk_set_parent(clk2, clk1); in am33xx_dt_clk_init() 297 clk_set_parent(clk2, clk1); in am33xx_dt_clk_init() 305 clk1 = clk_get_sys(NULL, "wdt1_fck"); in am33xx_dt_clk_init() 307 clk_set_parent(clk1, clk2); in am33xx_dt_clk_init()
|
H A D | clk-43xx.c | 275 struct clk *clk1, *clk2; in am43xx_dt_clk_init() local 296 clk1 = clk_get_sys(NULL, "cpsw_cpts_rft_clk"); in am43xx_dt_clk_init() 298 clk_set_parent(clk1, clk2); in am43xx_dt_clk_init()
|
/openbmc/u-boot/drivers/spi/ |
H A D | mscc_bb_spi.c | 24 u32 clk1; /* Clock value start */ member 41 priv->clk1 = ICPU_SW_MODE_SW_SPI_SCK; in mscc_bb_spi_cs_activate() 45 priv->clk1 = 0; in mscc_bb_spi_cs_activate() 148 writel(value | priv->clk1, priv->regs); in mscc_bb_spi_xfer()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gf100.c | 279 u32 clk0, clk1 = 0; in calc_clk() local 292 clk1 = calc_pll(clk, idx, freq, &info->coef); in calc_clk() 294 clk1 = cstate->domain[nv_clk_src_hubk06]; in calc_clk() 295 clk1 = calc_div(clk, idx, clk1, freq, &div1P); in calc_clk() 299 if (abs((int)freq - clk0) <= abs((int)freq - clk1)) { in calc_clk() 318 info->freq = clk1; in calc_clk()
|
H A D | gk104.c | 293 u32 clk0, clk1 = 0; in calc_clk() local 306 clk1 = calc_pll(clk, idx, freq, &info->coef); in calc_clk() 308 clk1 = cstate->domain[nv_clk_src_hubk06]; in calc_clk() 309 clk1 = calc_div(clk, idx, clk1, freq, &div1P); in calc_clk() 313 if (abs((int)freq - clk0) <= abs((int)freq - clk1)) { in calc_clk() 332 info->freq = clk1; in calc_clk()
|
H A D | mcp77.c | 184 u32 clk0 = src, clk1 = src; in calc_P() local 187 clk1 = clk0 << (*div ? 1 : 0); in calc_P() 193 if (target - clk0 <= clk1 - target) in calc_P() 196 return clk1; in calc_P()
|
H A D | nv50.c | 347 u32 clk0 = src, clk1 = src; in calc_div() local 350 clk1 = clk0 << (*div ? 1 : 0); in calc_div() 356 if (target - clk0 <= clk1 - target) in calc_div() 359 return clk1; in calc_div()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | pcm3060.h | 20 /* ADC and DAC can be clocked from separate or same sources CLK1 and CLK2 */ 21 #define PCM3060_CLK_DEF 0 /* default: CLK1->ADC, CLK2->DAC */
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-ac5.c | 134 MPP_FUNCTION(2, "ptp", "clk1"), 167 MPP_FUNCTION(2, "ptp", "clk1"), 199 MPP_FUNCTION(2, "ptp", "clk1"), 206 MPP_FUNCTION(2, "ptp", "clk1"),
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,lpass-cpu.yaml | 150 - const: mi2s-bit-clk1 174 - const: mi2s-bit-clk1 271 "mi2s-bit-clk0", "mi2s-bit-clk1";
|
/openbmc/qemu/hw/arm/ |
H A D | cubieboard.c | 70 if (!object_property_set_int(OBJECT(&a10->timer), "clk1-freq", 24000000, in cubieboard_init() 72 error_reportf_err(err, "Couldn't set clk1 frequency: "); in cubieboard_init()
|
/openbmc/qemu/docs/devel/ |
H A D | clocks.rst | 218 Given two clocks ``clk1``, and ``clk2``, ``clock_set_source(clk2, clk1);`` 219 configures ``clk2`` to follow the ``clk1`` period changes. Every time ``clk1`` 225 ``devB`` to the output clock ``clk1`` of ``devA``, do: 229 qdev_connect_clock_in(devB, "clk2", qdev_get_clock_out(devA, "clk1"))
|
/openbmc/linux/arch/riscv/boot/dts/microchip/ |
H A D | mpfs-sev-kit-fabric.dtsi | 11 fabric_clk1: fabric-clk1 {
|
H A D | mpfs-tysom-m-fabric.dtsi | 13 fabric_clk1: fabric-clk1 {
|
H A D | mpfs-polarberry-fabric.dtsi | 11 fabric_clk1: fabric-clk1 {
|
H A D | mpfs-m100pfs-fabric.dtsi | 11 fabric_clk1: fabric-clk1 {
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | uqe_serial.txt | 8 should be "clk1"-"clk28" for external clock source.
|
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra186-pmc.yaml | 88 pex-clk1, usb0, usb1, usb2, usb-bias, uart, audio, hsic, dbg, 96 pex-clk1, eqos, pex-clk-2-bias, pex-clk-2, dap3, dap5, uart,
|