Home
last modified time | relevance | path

Searched refs:timelo (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
Dgv100.c46 const u32 timelo = nvkm_ro32(mem, base + 0x10); in gv100_fault_buffer_process() local
58 info.time = ((u64)timehi << 32) | timelo; in gv100_fault_buffer_process()
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c298 u64 ns, timelo, timehi; in mv88e6xxx_get_rxts() local
316 timelo = buf[1]; in mv88e6xxx_get_rxts()
332 ns = timehi << 16 | timelo; in mv88e6xxx_get_rxts()