| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| therm.h | 58 struct nvbios_therm_trip_point trip[NVKM_TEMP_FAN_TRIP_MAX]; member in struct:nvbios_therm_fan
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun5i-a13.dtsi | 59 trip = <&cpu_alert0>;
|
| sun8i-a33.dtsi | 300 trip = <&cpu_alert0>; 307 trip = <&cpu_alert1>; 315 trip = <&gpu_alert0>; 320 trip = <&gpu_alert1>;
|
| sun8i-h3.dtsi | 266 trip = <&cpu_hot_trip>;
|
| sun8i-a83t.dtsi | 1229 trip = <&cpu0_hot>; 1259 trip = <&cpu1_hot>;
|
| sun4i-a10.dtsi | 137 trip = <&cpu_alert0>;
|
| sun6i-a31.dtsi | 173 trip = <&cpu_alert0>;
|
| sun8i-r40.dtsi | 150 trip = <&cpu_hot_trip>;
|
| sun7i-a20.dtsi | 149 trip = <&cpu_alert0>;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
| nouveau_nvkm_subdev_therm_base.c | 45 struct nvbios_therm_trip_point *trip = therm->fan->bios.trip, local 51 /* look for the trip point corresponding to the current temperature */ 54 if (temp >= trip[i].temp) 55 cur_trip = &trip[i];
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_therm.c | 182 cur_trip = &fan->trip[fan->nr_fan_trip - 1]; 188 cur_trip = &fan->trip[fan->nr_fan_trip - 1];
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| array.cc | 1712 mpz_t trip; local 1719 mpz_init (trip); 1750 /* Calculate the trip count of the loop. */ 1751 mpz_sub (trip, end->value.integer, start->value.integer); 1752 mpz_add (trip, trip, step->value.integer); 1753 mpz_tdiv_q (trip, trip, step->value.integer); 1761 while (mpz_sgn (trip) > 0) 1767 mpz_sub_ui (trip, trip, 1) [all...] |
| resolve.cc | 16595 mpz_t trip; local 16601 mpz_init (trip); 16639 mpz_set (trip, end->value.integer); 16640 mpz_sub (trip, trip, start->value.integer); 16641 mpz_add (trip, trip, step->value.integer); 16643 mpz_div (trip, trip, step->value.integer); 16651 while (mpz_cmp_ui (trip, 0) > 0 [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| array.cc | 1725 mpz_t trip; local 1732 mpz_init (trip); 1763 /* Calculate the trip count of the loop. */ 1764 mpz_sub (trip, end->value.integer, start->value.integer); 1765 mpz_add (trip, trip, step->value.integer); 1766 mpz_tdiv_q (trip, trip, step->value.integer); 1774 while (mpz_sgn (trip) > 0) 1780 mpz_sub_ui (trip, trip, 1) [all...] |
| resolve.cc | 17438 mpz_t trip; local 17444 mpz_init (trip); 17482 mpz_set (trip, end->value.integer); 17483 mpz_sub (trip, trip, start->value.integer); 17484 mpz_add (trip, trip, step->value.integer); 17486 mpz_div (trip, trip, step->value.integer); 17494 while (mpz_cmp_ui (trip, 0) > 0 [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt7622.dtsi | 180 trip = <&cpu_passive>; 186 trip = <&cpu_active>; 192 trip = <&cpu_hot>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/gemini/ |
| gemini-dlink-dir-685.dts | 161 trip = <&alert>;
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/ |
| mullo_basecase.asm | 40 C large trip count. Instead, we should start with mul_2 for any operand
|
| sqr_basecase.asm | 40 C large trip count. Instead, we should follow the generic/sqr_basecase.c
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display.c | 5909 u16 trip = 0; local 5926 trip = PS_PHASE_TRIP; 5928 return ((phase >> 2) & PS_PHASE_MASK) | trip; 18362 * ports even it doesn't enable the port. This would trip
|