| /NextBSD/sys/gnu/dts/arm/ |
| HD | dra7xx-clocks.dtsi | 206 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 …]
|
| HD | omap54xx-clocks.dtsi | 120 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 …]
|
| HD | 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 …]
|
| HD | 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";
|
| HD | 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 …]
|
| HD | am43xx-clocks.dtsi | 213 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 …]
|
| HD | omap3xxx-clocks.dtsi | 26 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 …]
|
| HD | omap3430es1-clocks.dtsi | 21 compatible = "ti,divider-clock"; 78 compatible = "ti,composite-divider-clock"; 141 compatible = "ti,composite-divider-clock";
|
| HD | 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";
|
| HD | omap2420-clocks.dtsi | 36 compatible = "ti,divider-clock"; 54 compatible = "ti,composite-divider-clock"; 78 compatible = "ti,composite-divider-clock";
|
| HD | omap446x-clocks.dtsi | 13 compatible = "ti,divider-clock";
|
| HD | omap34xx-omap36xx-clocks.dtsi | 158 compatible = "ti,divider-clock"; 178 compatible = "ti,divider-clock";
|
| HD | nspire-classic.dtsi | 51 compatible = "lsi,nspire-classic-ahb-divider";
|
| HD | omap2430-clocks.dtsi | 65 compatible = "ti,composite-divider-clock"; 89 compatible = "ti,composite-divider-clock";
|
| HD | nspire-cx.dts | 43 compatible = "lsi,nspire-cx-ahb-divider";
|
| HD | imx35-eukrea-mbimxsd35-baseboard.dts | 162 external-vbus-divider;
|
| HD | imx25-eukrea-mbimxsd25-baseboard.dts | 184 external-vbus-divider;
|
| HD | keystone-clocks.dtsi | 46 compatible = "ti,keystone,pll-divider-clock"; 56 compatible = "ti,keystone,pll-divider-clock";
|
| HD | omap36xx-omap3430es2plus-clocks.dtsi | 21 compatible = "ti,composite-divider-clock";
|
| HD | imx25-pdk.dts | 255 external-vbus-divider;
|
| /NextBSD/usr.bin/units/ |
| HD | units.c | 318 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/ |
| HD | board_tsc4370.c | 172 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/ |
| HD | radeon_legacy_crtc.c | 730 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/ |
| HD | cy.c | 2010 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/ |
| HD | sconfig.c | 385 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()
|