OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvkm_timer_read
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/
nouveau_nvkm_subdev_timer_base.c
36
u64 time =
nvkm_timer_read
(wait->tmr);
69
nvkm_timer_read
(struct nvkm_timer *tmr)
function in typeref:typename:u64
85
if (alarm->timestamp >
nvkm_timer_read
(tmr)) {
88
if (alarm->timestamp >
nvkm_timer_read
(tmr))
127
alarm->timestamp =
nvkm_timer_read
(tmr) + nsec;
144
WARN_ON(alarm->timestamp <=
nvkm_timer_read
(tmr));
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_fan.c
151
start =
nvkm_timer_read
(tmr);
162
start =
nvkm_timer_read
(tmr);
166
} while (cycles < 5 &&
nvkm_timer_read
(tmr) - start < 250000000);
167
end =
nvkm_timer_read
(tmr);
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_g84.c
135
start =
nvkm_timer_read
(tmr);
154
!(timeout =
nvkm_timer_read
(tmr) - start > 2000000000));
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h
30
u64
nvkm_timer_read
(struct nvkm_timer *);
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_user.c
216
args->v0.time =
nvkm_timer_read
(device->timer);
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025