Home
last modified time | relevance | path

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

12

/NextBSD/sys/gnu/dts/arm/
HDdra7xx-clocks.dtsi206 compatible = "ti,divider-clock";
217 compatible = "ti,divider-clock";
226 compatible = "ti,divider-clock";
237 compatible = "ti,divider-clock";
261 compatible = "ti,divider-clock";
287 compatible = "ti,divider-clock";
321 compatible = "ti,divider-clock";
347 compatible = "ti,divider-clock";
373 compatible = "ti,divider-clock";
384 compatible = "ti,divider-clock";
[all …]
HDomap54xx-clocks.dtsi120 compatible = "ti,divider-clock";
137 compatible = "ti,divider-clock";
146 compatible = "ti,divider-clock";
163 compatible = "ti,divider-clock";
185 compatible = "ti,divider-clock";
210 compatible = "ti,divider-clock";
219 compatible = "ti,divider-clock";
228 compatible = "ti,divider-clock";
237 compatible = "ti,divider-clock";
246 compatible = "ti,divider-clock";
[all …]
HDomap44xx-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 …]
HDdm816x-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";
HDam33xx-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 …]
HDam43xx-clocks.dtsi213 compatible = "ti,divider-clock";
224 compatible = "ti,divider-clock";
235 compatible = "ti,divider-clock";
253 compatible = "ti,divider-clock";
271 compatible = "ti,divider-clock";
289 compatible = "ti,divider-clock";
308 compatible = "ti,divider-clock";
568 compatible = "ti,divider-clock";
591 compatible = "ti,divider-clock";
667 compatible = "ti,divider-clock";
[all …]
HDomap3xxx-clocks.dtsi26 compatible = "ti,divider-clock";
204 compatible = "ti,divider-clock";
245 compatible = "ti,divider-clock";
292 compatible = "ti,divider-clock";
310 compatible = "ti,divider-clock";
335 compatible = "ti,divider-clock";
360 compatible = "ti,divider-clock";
419 compatible = "ti,divider-clock";
447 compatible = "ti,divider-clock";
475 compatible = "ti,divider-clock";
[all …]
HDomap3430es1-clocks.dtsi21 compatible = "ti,divider-clock";
78 compatible = "ti,composite-divider-clock";
141 compatible = "ti,composite-divider-clock";
HDomap24xx-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";
HDomap2420-clocks.dtsi36 compatible = "ti,divider-clock";
54 compatible = "ti,composite-divider-clock";
78 compatible = "ti,composite-divider-clock";
HDomap446x-clocks.dtsi13 compatible = "ti,divider-clock";
HDomap34xx-omap36xx-clocks.dtsi158 compatible = "ti,divider-clock";
178 compatible = "ti,divider-clock";
HDnspire-classic.dtsi51 compatible = "lsi,nspire-classic-ahb-divider";
HDomap2430-clocks.dtsi65 compatible = "ti,composite-divider-clock";
89 compatible = "ti,composite-divider-clock";
HDnspire-cx.dts43 compatible = "lsi,nspire-cx-ahb-divider";
HDimx35-eukrea-mbimxsd35-baseboard.dts162 external-vbus-divider;
HDimx25-eukrea-mbimxsd25-baseboard.dts184 external-vbus-divider;
HDkeystone-clocks.dtsi46 compatible = "ti,keystone,pll-divider-clock";
56 compatible = "ti,keystone,pll-divider-clock";
HDomap36xx-omap3430es2plus-clocks.dtsi21 compatible = "ti,composite-divider-clock";
HDimx25-pdk.dts255 external-vbus-divider;
/NextBSD/usr.bin/units/
HDunits.c318 char *divider, *slash, *offset; in addunit() local
350 divider = strchr(item, '|'); in addunit()
351 if (divider) { in addunit()
352 *divider = 0; in addunit()
365 num = atof(divider + 1); in addunit()
/NextBSD/sys/arm/at91/
HDboard_tsc4370.c172 uint32_t divider; in master_clock_init() local
175 divider = (cpuclk->hz / hintvalue) - 1; in master_clock_init()
176 newmckr = (mckr & 0xFFFFFCFF) | ((divider & 0x03) << 8); in master_clock_init()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_legacy_crtc.c730 int divider; in radeon_set_pll() member
798 for (post_div = &post_divs[0]; post_div->divider; ++post_div) { in radeon_set_pll()
799 if (post_div->divider == post_divider) in radeon_set_pll()
803 if (!post_div->divider) in radeon_set_pll()
/NextBSD/sys/dev/cy/
HDcy.c2010 int divider; in cyspeed() local
2026 divider = (cy_clock / prescaler * 2 / speed + 1) / 2; /* round off */ in cyspeed()
2027 if (divider > 255) in cyspeed()
2028 divider = 255; in cyspeed()
2029 actual = cy_clock/prescaler/divider; in cyspeed()
2039 return (divider); in cyspeed()
/NextBSD/sbin/sconfig/
HDsconfig.c385 print_frac (int leftalign, unsigned long numerator, unsigned long divider) in print_frac() argument
389 if (numerator < 1 || divider < 1) { in print_frac()
393 n = (int) (0.5 + 1000.0 * numerator / divider); in print_frac()

12