timelo            444 drivers/gpu/drm/nouveau/nouveau_svm.c 	const u32 timelo = nvif_rd32(memory, offset + 0x10);
timelo            472 drivers/gpu/drm/nouveau/nouveau_svm.c 	fault->time   = (u64)timehi << 32 | timelo;
timelo             47 drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c 		const u32 timelo = nvkm_ro32(mem, base + 0x10);
timelo             59 drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c 		info.time   = ((u64)timehi << 32) | timelo;
timelo            294 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	u64 ns, timelo, timehi;
timelo            312 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	timelo = buf[1];
timelo            328 drivers/net/dsa/mv88e6xxx/hwtstamp.c 			ns = timehi << 16 | timelo;