/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/ |
nouveau_nvkm_subdev_timer_base.c | 77 struct nvkm_alarm *alarm, *atemp; local in function:nvkm_timer_alarm_trigger 83 list_for_each_entry_safe(alarm, atemp, &tmr->alarms, head) { 105 list_for_each_entry_safe(alarm, atemp, &exec, exec) {
|
/src/sys/dev/videomode/ |
pickmode.c | 122 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; local in function:sort_modes 174 atemp = (modes[i].hdisplay * 100 / modes[i].vdisplay); 181 if (abs(abest - atemp) > (abest / 8) && 182 abs(aspect - atemp) < abs(aspect - abest)) { 183 abest = atemp; 186 if (atemp == abest || 187 abs(abest - atemp) <= (abest / 8)) {
|
/src/sys/dev/ic/ |
arn9003.c | 2639 int32_t scale, atemp, avolt, tempcal, voltcal, temp, volt; local in function:ar9003_get_desired_txgain 2648 atemp = MS(reg, AR_PHY_TPC_19_ALPHA_THERM); 2663 tempcorr = (atemp * (temp - tempcal) + 128) / 256;
|