Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
A Dgv100.c50 const u32 timehi = nvkm_ro32(mem, base + 0x14); in gv100_fault_buffer_process() local
61 info.time = ((u64)timehi << 32) | timelo; in gv100_fault_buffer_process()
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/
A Dhwtstamp.c260 u64 ns, timelo, timehi; in mv88e6xxx_get_rxts() local
279 timehi = buf[2]; in mv88e6xxx_get_rxts()
294 ns = timehi << 16 | timelo; in mv88e6xxx_get_rxts()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_svm.c465 const u32 timehi = nvif_rd32(memory, offset + 0x14); in nouveau_svm_fault_cache() local
492 fault->time = (u64)timehi << 32 | timelo; in nouveau_svm_fault_cache()

Completed in 7 milliseconds