Home
last modified time | relevance | path

Searched refs:divider (Results 1 – 25 of 34) sorted by relevance

12

/arch/arm/boot/dts/
Ddm816x-clocks.dtsi99 compatible = "ti,divider-clock";
117 compatible = "ti,divider-clock";
125 compatible = "ti,divider-clock";
133 compatible = "ti,divider-clock";
141 compatible = "ti,divider-clock";
149 compatible = "ti,divider-clock";
157 compatible = "ti,divider-clock";
165 compatible = "ti,divider-clock";
173 compatible = "ti,divider-clock";
189 compatible = "ti,divider-clock";
Domap54xx-clocks.dtsi120 compatible = "ti,divider-clock";
137 compatible = "ti,divider-clock";
146 compatible = "ti,divider-clock";
163 compatible = "ti,divider-clock";
193 compatible = "ti,divider-clock";
218 compatible = "ti,divider-clock";
227 compatible = "ti,divider-clock";
236 compatible = "ti,divider-clock";
245 compatible = "ti,divider-clock";
254 compatible = "ti,divider-clock";
[all …]
Domap44xx-clocks.dtsi151 compatible = "ti,divider-clock";
170 compatible = "ti,divider-clock";
179 compatible = "ti,divider-clock";
188 compatible = "ti,divider-clock";
220 compatible = "ti,divider-clock";
231 compatible = "ti,divider-clock";
250 compatible = "ti,divider-clock";
261 compatible = "ti,divider-clock";
269 compatible = "ti,divider-clock";
278 compatible = "ti,divider-clock";
[all …]
Ddra7xx-clocks.dtsi206 compatible = "ti,divider-clock";
217 compatible = "ti,divider-clock";
226 compatible = "ti,divider-clock";
237 compatible = "ti,divider-clock";
269 compatible = "ti,divider-clock";
295 compatible = "ti,divider-clock";
337 compatible = "ti,divider-clock";
371 compatible = "ti,divider-clock";
405 compatible = "ti,divider-clock";
416 compatible = "ti,divider-clock";
[all …]
Dam33xx-clocks.dtsi181 compatible = "ti,divider-clock";
190 compatible = "ti,divider-clock";
199 compatible = "ti,divider-clock";
215 compatible = "ti,divider-clock";
231 compatible = "ti,divider-clock";
255 compatible = "ti,divider-clock";
272 compatible = "ti,divider-clock";
558 compatible = "ti,divider-clock";
573 compatible = "ti,divider-clock";
614 compatible = "ti,divider-clock";
[all …]
Dam43xx-clocks.dtsi213 compatible = "ti,divider-clock";
224 compatible = "ti,divider-clock";
235 compatible = "ti,divider-clock";
253 compatible = "ti,divider-clock";
279 compatible = "ti,divider-clock";
297 compatible = "ti,divider-clock";
316 compatible = "ti,divider-clock";
499 compatible = "ti,divider-clock";
585 compatible = "ti,divider-clock";
608 compatible = "ti,divider-clock";
[all …]
Domap3xxx-clocks.dtsi26 compatible = "ti,divider-clock";
205 compatible = "ti,divider-clock";
246 compatible = "ti,divider-clock";
293 compatible = "ti,divider-clock";
311 compatible = "ti,divider-clock";
336 compatible = "ti,divider-clock";
361 compatible = "ti,divider-clock";
420 compatible = "ti,divider-clock";
448 compatible = "ti,divider-clock";
476 compatible = "ti,divider-clock";
[all …]
Domap446x-clocks.dtsi13 compatible = "ti,divider-clock";
Domap3430es1-clocks.dtsi21 compatible = "ti,divider-clock";
78 compatible = "ti,composite-divider-clock";
141 compatible = "ti,composite-divider-clock";
Domap2420-clocks.dtsi36 compatible = "ti,divider-clock";
54 compatible = "ti,composite-divider-clock";
78 compatible = "ti,composite-divider-clock";
Domap24xx-clocks.dtsi104 compatible = "ti,divider-clock";
218 compatible = "ti,divider-clock";
236 compatible = "ti,divider-clock";
253 compatible = "ti,composite-divider-clock";
266 compatible = "ti,divider-clock";
283 compatible = "ti,composite-divider-clock";
306 compatible = "ti,composite-divider-clock";
329 compatible = "ti,divider-clock";
485 compatible = "ti,composite-divider-clock";
507 compatible = "ti,composite-divider-clock";
Dnspire-classic.dtsi51 compatible = "lsi,nspire-classic-ahb-divider";
Dk2e-clocks.dtsi17 reg-names = "control", "multiplier", "post-divider";
Domap34xx-omap36xx-clocks.dtsi158 compatible = "ti,divider-clock";
178 compatible = "ti,divider-clock";
Dnspire-cx.dts43 compatible = "lsi,nspire-cx-ahb-divider";
Dsocfpga.dtsi286 fixed-divider = <4>;
293 fixed-divider = <2>;
307 fixed-divider = <1>;
460 fixed-divider = <4>;
475 fixed-divider = <4>;
Domap2430-clocks.dtsi65 compatible = "ti,composite-divider-clock";
89 compatible = "ti,composite-divider-clock";
Dimx35-eukrea-mbimxsd35-baseboard.dts162 external-vbus-divider;
Dimx25-eukrea-mbimxsd25-baseboard.dts184 external-vbus-divider;
Domap36xx-omap3430es2plus-clocks.dtsi21 compatible = "ti,composite-divider-clock";
Dkeystone-clocks.dtsi46 compatible = "ti,keystone,pll-divider-clock";
56 compatible = "ti,keystone,pll-divider-clock";
/arch/m68k/coldfire/
Dm53xx.c579 int divider; in get_sys_clock() local
583 divider = readw(MCF_CCM_CDR) & MCF_CCM_CDR_LPDIV(0xF); in get_sys_clock()
584 return (FREF/(2 << divider)); in get_sys_clock()
/arch/mips/include/asm/sgi/
Dmc.h57 volatile u32 divider; /* Divider reg for RPSS */ member
/arch/mips/sgi-ip22/
Dip22-mc.c169 sgimc->divider = 0x101; in sgimc_init()
/arch/arm/mach-lpc32xx/
Dclock.c861 u32 divider; in adc_onoff_enable() local
870 divider = clk->get_rate(clk) / 4500000 + 1; in adc_onoff_enable()
871 tmp |= divider; in adc_onoff_enable()
875 clk->rate = clk->get_rate(clk->parent) / divider; in adc_onoff_enable()

12