/arch/arm/boot/dts/ |
D | dm816x-clocks.dtsi | 99 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";
|
D | omap54xx-clocks.dtsi | 120 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 …]
|
D | omap44xx-clocks.dtsi | 151 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 …]
|
D | dra7xx-clocks.dtsi | 206 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 …]
|
D | am33xx-clocks.dtsi | 181 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 …]
|
D | am43xx-clocks.dtsi | 213 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 …]
|
D | omap3xxx-clocks.dtsi | 26 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 …]
|
D | omap446x-clocks.dtsi | 13 compatible = "ti,divider-clock";
|
D | omap3430es1-clocks.dtsi | 21 compatible = "ti,divider-clock"; 78 compatible = "ti,composite-divider-clock"; 141 compatible = "ti,composite-divider-clock";
|
D | omap2420-clocks.dtsi | 36 compatible = "ti,divider-clock"; 54 compatible = "ti,composite-divider-clock"; 78 compatible = "ti,composite-divider-clock";
|
D | omap24xx-clocks.dtsi | 104 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";
|
D | nspire-classic.dtsi | 51 compatible = "lsi,nspire-classic-ahb-divider";
|
D | k2e-clocks.dtsi | 17 reg-names = "control", "multiplier", "post-divider";
|
D | omap34xx-omap36xx-clocks.dtsi | 158 compatible = "ti,divider-clock"; 178 compatible = "ti,divider-clock";
|
D | nspire-cx.dts | 43 compatible = "lsi,nspire-cx-ahb-divider";
|
D | socfpga.dtsi | 286 fixed-divider = <4>; 293 fixed-divider = <2>; 307 fixed-divider = <1>; 460 fixed-divider = <4>; 475 fixed-divider = <4>;
|
D | omap2430-clocks.dtsi | 65 compatible = "ti,composite-divider-clock"; 89 compatible = "ti,composite-divider-clock";
|
D | imx35-eukrea-mbimxsd35-baseboard.dts | 162 external-vbus-divider;
|
D | imx25-eukrea-mbimxsd25-baseboard.dts | 184 external-vbus-divider;
|
D | omap36xx-omap3430es2plus-clocks.dtsi | 21 compatible = "ti,composite-divider-clock";
|
D | keystone-clocks.dtsi | 46 compatible = "ti,keystone,pll-divider-clock"; 56 compatible = "ti,keystone,pll-divider-clock";
|
/arch/m68k/coldfire/ |
D | m53xx.c | 579 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/ |
D | mc.h | 57 volatile u32 divider; /* Divider reg for RPSS */ member
|
/arch/mips/sgi-ip22/ |
D | ip22-mc.c | 169 sgimc->divider = 0x101; in sgimc_init()
|
/arch/arm/mach-lpc32xx/ |
D | clock.c | 861 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()
|