Lines Matching defs:tmp
2190 u64 tmp;
2198 tmp = (u64)pclk * height * out_width;
2199 do_div(tmp, 2 * out_height * ppl);
2200 core_clk = tmp;
2206 tmp = (u64)pclk * (height - 2 * out_height) * out_width;
2207 do_div(tmp, 2 * out_height * (ppl - out_width));
2208 core_clk = max_t(u32, core_clk, tmp);
2213 tmp = (u64)pclk * width;
2214 do_div(tmp, out_width);
2215 core_clk = max_t(u32, core_clk, tmp);