Lines Matching defs:temp
222 unsigned long temp;
244 temp = (1000000 * 100) / (priv->config.hs_clk_rate / 1000);
245 temp = temp * 8 * 10;
248 DIV_ROUND_UP(priv->config.clk_trail, temp) |
250 priv->config.hs_trail, temp) << 8) |
251 (DIV_ROUND_UP(priv->config.clk_zero, temp) << 16) |
252 (DIV_ROUND_UP(priv->config.clk_prepare, temp) << 24));
257 DIV_ROUND_UP(priv->config.hs_exit, temp) |
258 (DIV_ROUND_UP(priv->config.hs_trail, temp) << 8) |
259 (DIV_ROUND_UP(priv->config.hs_zero, temp) << 16) |
260 (DIV_ROUND_UP(priv->config.hs_prepare, temp) << 24));
263 DIV_ROUND_UP(priv->config.lpx, temp) |
264 (DIV_ROUND_UP(priv->config.ta_sure, temp) << 8) |
265 (DIV_ROUND_UP(priv->config.ta_go, temp) << 16) |
266 (DIV_ROUND_UP(priv->config.ta_get, temp) << 24));
270 DIV_ROUND_UP(priv->config.init * NSEC_PER_MSEC, temp));
272 DIV_ROUND_UP(priv->config.wakeup * NSEC_PER_MSEC, temp));