Home
last modified time | relevance | path

Searched refs:timelo (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgv100.c47 const u32 timelo = nvkm_ro32(mem, base + 0x10); in gv100_fault_buffer_process() local
59 info.time = ((u64)timehi << 32) | timelo; in gv100_fault_buffer_process()
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c264 u64 ns, timelo, timehi; in mv88e6xxx_get_rxts() local
282 timelo = buf[1]; in mv88e6xxx_get_rxts()
298 ns = timehi << 16 | timelo; in mv88e6xxx_get_rxts()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c442 const u32 timelo = nvif_rd32(memory, offset + 0x10); in nouveau_svm_fault_cache() local
470 fault->time = (u64)timehi << 32 | timelo; in nouveau_svm_fault_cache()