DIV_ROUND_DOWN_ULL  834 drivers/gpu/drm/bridge/cdns-dsi.c 	tx_byte_period = DIV_ROUND_DOWN_ULL((u64)NSEC_PER_SEC * 8,
DIV_ROUND_DOWN_ULL   71 drivers/gpu/drm/drm_rect.c 		return DIV_ROUND_DOWN_ULL(tmp, dst);
DIV_ROUND_DOWN_ULL  782 drivers/mtd/nand/raw/denali.c 	t_x = DIV_ROUND_DOWN_ULL(1000000000000ULL, denali->clk_x_rate);
DIV_ROUND_DOWN_ULL 4567 drivers/mtd/nand/raw/nand_base.c 			DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20,
DIV_ROUND_DOWN_ULL 4769 drivers/mtd/nand/raw/nand_base.c 			DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20,
DIV_ROUND_DOWN_ULL  101 drivers/reset/reset-brcmstb.c 	priv->rcdev.nr_resets = DIV_ROUND_DOWN_ULL(resource_size(res),
DIV_ROUND_DOWN_ULL   99 include/linux/kernel.h 	DIV_ROUND_DOWN_ULL((unsigned long long)(ll) + (d) - 1, (d))
DIV_ROUND_DOWN_ULL   77 lib/dim/dim.c  		curr_stats->cpe_ratio = DIV_ROUND_DOWN_ULL(
DIV_ROUND_DOWN_ULL  232 net/ceph/striper.c 				     DIV_ROUND_DOWN_ULL(objoff, l->stripe_unit);
DIV_ROUND_DOWN_ULL  844 sound/soc/codecs/pcm512x.c 	pcm512x->real_pll = DIV_ROUND_DOWN_ULL((u64)K * pllin_rate, 10000 * P);