Home
last modified time | relevance | path

Searched full:dividers (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Ddivider.txt30 Additionally an array of valid dividers may be supplied like so:
32 ti,dividers = <4>, <8>, <0>, <16>;
45 unless the divider array is provided, min and max dividers. Optionally
63 - ti,dividers : array of integers defining divisors
68 if ti,dividers is not defined.
70 only valid if ti,dividers is not defined.
72 only valid if ti,dividers is not defined.
116 ti,dividers = <0>, <1>, <2>, <3>, <4>, <0>, <6>, <0>, <8>;
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dbaikal,bt1-ccu-div.yaml8 title: Baikal-T1 Clock Control Unit Dividers
19 by means of an embedded into CCU PLLs and gateable/non-gateable dividers. The
26 3) AXI-bus clock dividers (AXI) - described in this binding file.
27 4) System devices reference clock dividers (SYS) - described in this binding
51 then passed over CCU dividers to create signals required for the target clock
52 domain (like AXI-bus or System Device consumers). The dividers have the
71 peculiarities the dividers may lack of some functionality depicted on the
76 The clock dividers, which output clock is then consumed by the SoC individual
78 Similarly the dividers with output clocks utilized as AXI-bus reference clocks
H A Dbaikal,bt1-ccu-pll.yaml19 by means of PLLs and gateable/non-gateable dividers embedded into the CCU.
24 3) AXI-bus clock dividers (AXI).
25 4) System devices reference clock dividers (SYS).
73 the binding supports the PLL dividers configuration in accordance with a
H A Ddove-divider-clock.txt3 Marvell Dove has a 2GHz PLL, which feeds into a set of dividers to provide
4 high speed clocks for a number of peripherals. These dividers are part of
H A Dmediatek,mt8188-sys-clock.yaml15 dividers -->
21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
H A Dbrcm,bcm2835-cprman.txt8 oscillator, a level of PLL dividers that produce channels off of the
12 the PLL dividers directly.
H A Drenesas,r8a73a4-cpg-clocks.txt4 and several fixed ratio dividers.
H A Drenesas,sh73a0-cpg-clocks.txt6 and several fixed ratio dividers.
/freebsd/sys/arm64/qoriq/clk/
H A Dqoriq_clk_pll.c136 while (clkdef->dividers[i] != 0) { in qoriq_clk_pll_register()
137 def.div = clkdef->dividers[i]; in qoriq_clk_pll_register()
140 parent_name, clkdef->dividers[i]); in qoriq_clk_pll_register()
H A Dls1046a_clkgen.c59 .dividers = ls1046a_pltfrm_pll_divs,
76 .dividers = ls1046a_cga1_pll_divs,
89 .dividers = ls1046a_cga1_pll_divs,
H A Dls1088a_clkgen.c64 .dividers = ls1088a_pltfrm_pll_divs,
81 .dividers = ls1088a_cga_pll_divs,
94 .dividers = ls1088a_cga_pll_divs,
H A Dls1028a_clkgen.c59 .dividers = ls1028a_pltfrm_pll_divs,
76 .dividers = ls1028a_cga_pll_divs,
89 .dividers = ls1028a_cga_pll_divs,
/freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/
H A Dmediatek,mt8186-sys-clock.yaml15 dividers -->
21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
H A Dmediatek,mt8195-sys-clock.yaml15 dividers -->
21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dexynos3250.h82 /* Dividers */
273 /* Dividers */
284 /* Dividers */
H A Dingenic,jz4740-cgu.h8 * - muxes/dividers in the order they appear in the jz4740 programmers manual
H A Djz4740-cgu.h8 * - muxes/dividers in the order they appear in the jz4740 programmers manual
H A Dx1000-cgu.h8 * - muxes/dividers in the order they appear in the x1000 programmers manual
H A Dx1830-cgu.h8 * - muxes/dividers in the order they appear in the x1830 programmers manual
H A Dingenic,x1000-cgu.h8 * - muxes/dividers in the order they appear in the x1000 programmers manual
/freebsd/sys/contrib/device-tree/Bindings/clock/st/
H A Dst,flexgen.txt6 - a pre and final dividers (represented by a divider and gate elements)
21 | | |PLL0 | | | | |Dividers| |Dividers| | |
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap2420-clocks.dtsi79 ti,dividers = <0>, <1>, <2>, <3>, <4>, <0>, <6>, <0>, <8>, <0>, <0>, <0>, <12>;
262 ti,dividers = <0>, <1>, <2>, <3>, <4>, <0>, <6>, <0>, <8>, <0>, <0>, <0>, <12>;
266 ti,dividers = <0>, <1>, <2>, <3>, <4>, <0>, <6>, <0>, <8>;
H A Domap446x-clocks.dtsi15 ti,dividers = <8>, <16>, <32>;
/freebsd/sys/dev/usb/serial/
H A Duchcom.c191 static const struct uchcom_divider_record dividers[] = variable
201 #define NUM_DIVIDERS nitems(dividers)
583 if (dividers[i].dvr_high >= rate && in uchcom_calc_divider_settings()
584 dividers[i].dvr_low <= rate) { in uchcom_calc_divider_settings()
585 rp = &dividers[i]; in uchcom_calc_divider_settings()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h131 /* More clock dividers (corerev >= 32) */
278 #define CHIPC_PLL_TYPE1 0x2 /* 48MHz base, 3 dividers */
279 #define CHIPC_PLL_TYPE2 0x4 /* 48MHz, 4 dividers */
280 #define CHIPC_PLL_TYPE3 0x6 /* 25MHz, 2 dividers */
281 #define CHIPC_PLL_TYPE4 0x1 /* 48MHz, 4 dividers */
282 #define CHIPC_PLL_TYPE5 0x3 /* 25MHz, 4 dividers */
284 #define CHIPC_PLL_TYPE7 0x7 /* 25MHz, 4 dividers */

1234