Searched refs:raw_time (Results 1 – 2 of 2) sorted by relevance
39 u64 raw_time; /* 32b value may overflow during fixed point math */ in calc_residency() local44 raw_time = I915_READ(reg) * 128ULL; in calc_residency()45 return DIV_ROUND_UP_ULL(raw_time, 100000); in calc_residency()
45 u32 raw_time; member