HomeSort by: relevance | last modified time | path
    Searched refs:tolerance (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/usr.sbin/acpitools/aml/
aml_memman.h 156 #define MEMMAN_MEMMANAGER_DESC(block_man, maxmemid, histogram, tolerance) \
161 .flex_mem_histogram_initial_tolerance = tolerance, \
aml_memman.c 61 int tolerance);
187 int tolerance)
197 if (gap >= (tolerance * -1) && gap <= tolerance) {
207 memman_flexsize_add_histogram(memman, size, tolerance + 1);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am335x-moxa-uc-8100-me-t.dts 83 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
92 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-osd335x-common.dtsi 77 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
86 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-nano.dts 415 /* +1.5V voltage with ±4% tolerance */
423 /* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */
432 /* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */
441 /* +1.8V voltage with ±4% tolerance */
449 /* +3.3V voltage with ±4% tolerance */
457 /* +1.8V voltage with ±4% tolerance */
465 /* +3.3V voltage with ±4% tolerance */
am335x-chilisom.dtsi 79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-igep0033.dtsi 246 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
255 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-shc.dts 26 * tolerance value is reduced to 2% from 4% and
34 voltage-tolerance = <2>; /* 2 percentage */
274 * +/-4% tolerance
289 * +/-4% tolerance
am335x-baltos.dtsi 285 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
294 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-bone-common.dtsi 317 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
326 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-phycore-som.dtsi 258 /* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */
267 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
imx1.dtsi 52 voltage-tolerance = <5>;
r8a73a4-ape6evm.dts 162 voltage-tolerance = <1>; /* 1% */
am335x-evm.dts 630 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
639 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-evmsk.dts 542 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
551 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-pepper.dts 442 /* VDD_CORE voltage limits 0.95V - 1.26V with +/-4% tolerance */
451 /* VDD_MPU voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-sl50.dts 617 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
626 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
am335x-myirtech-myc.dtsi 21 voltage-tolerance = <2>;
sh73a0-kzm9g.dts 31 voltage-tolerance = <1>; /* 1% */
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h 192 s64 tolerance = div64_s64(DRM_FIXED_ONE, 1000000); local in function:drm_fixp_exp
201 while (term >= tolerance) {
  /src/sys/compat/freebsd/
freebsd_timex.h 113 * offset and maximum frequency tolerance.
128 * tolerance, but otherwise the PLL continues to operate in a stable
138 * MAXFREQ is the maximum frequency tolerance of the CPU clock
140 * should be set to at least the frequency tolerance of the oscillator
147 * MAXTIME is the maximum jitter tolerance of the PPS signal if the
263 long tolerance; /* clock frequency tolerance (scaled member in struct:freebsd_timex
  /src/sys/sys/
timex.h 222 long tolerance; /* clock frequency tolerance (scaled member in struct:timex
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_clock_source.c 186 * for passed Reference and Post divider, checking for tolerance.
191 * tolerance Tolerance for Calculated Pixel Clock to be within
195 * if calculated values are within required tolerance
196 * It returns - true if error is within tolerance
197 * - false if error is not within tolerance
204 uint32_t tolerance)
239 if (abs_err <= tolerance) {
266 uint32_t tolerance; local in function:calc_pll_dividers_in_range
270 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_conv.h 445 tx32p->tolerance = (netbsd32_long)txp->tolerance;
469 txp->tolerance = (long)tx32p->tolerance;
  /src/sys/kern/
kern_ntptime.c 396 ntv->tolerance = MAXFREQ * SCALE_PPM;
437 * the tolerance.

Completed in 29 milliseconds

1 2