Searched refs:timehi (Results 1 – 2 of 2) sorted by relevance
47 const u32 timehi = nvkm_ro32(mem, base + 0x14); in gv100_fault_buffer_process() local58 info.time = ((u64)timehi << 32) | timelo; in gv100_fault_buffer_process()
298 u64 ns, timelo, timehi; in mv88e6xxx_get_rxts() local317 timehi = buf[2]; in mv88e6xxx_get_rxts()332 ns = timehi << 16 | timelo; in mv88e6xxx_get_rxts()