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