Home
last modified time | relevance | path

Searched refs:timelo (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c260 u64 ns, timelo, timehi; in mv88e6xxx_get_rxts() local
278 timelo = buf[1]; in mv88e6xxx_get_rxts()
294 ns = timehi << 16 | timelo; in mv88e6xxx_get_rxts()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgv100.c49 const u32 timelo = nvkm_ro32(mem, base + 0x10); in gv100_fault_buffer_process() local
61 info.time = ((u64)timehi << 32) | timelo; in gv100_fault_buffer_process()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c464 const u32 timelo = nvif_rd32(memory, offset + 0x10); in nouveau_svm_fault_cache() local
492 fault->time = (u64)timehi << 32 | timelo; in nouveau_svm_fault_cache()

Completed in 6 milliseconds