Lines Matching refs:DIV_ROUND_UP
248 DIV_ROUND_UP(priv->config.clk_trail, temp) |
249 (DIV_ROUND_UP(priv->config.clk_post +
251 (DIV_ROUND_UP(priv->config.clk_zero, temp) << 16) |
252 (DIV_ROUND_UP(priv->config.clk_prepare, temp) << 24));
254 DIV_ROUND_UP(priv->config.clk_pre, BITS_PER_BYTE));
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));