From patchwork Wed Sep 22 10:54:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pali_Roh=C3=A1r?= X-Patchwork-Id: 12510257 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3CACEC433F5 for ; Wed, 22 Sep 2021 11:05:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0BD0261050 for ; Wed, 22 Sep 2021 11:05:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0BD0261050 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9Jwp9EAaro4L1TbEITqwjAvfvZOBWETsgeXSvYTHW8M=; b=g2xh9YpLWu1S4L cx9MRm21egEcxbxIxhpFmh2cVFG6q825KG2jlj9+MDjG85DCRG2qEDw8F2gSZpOi84TFkEe7F386F 4KqC0H0j8Urh4hbRjBHGhGsQKnWprkwYO8oEHH7dg7tBFhb4f2DjAkpsLF1g+MUzXs29FhX9A4A7E G0FkFOP6/pOLe2NILUN9IiTfjEEAILksacnFeAaMJfYUSHYADv5Tk5TO4Z+ZVzmyRRQvMLvMyWi9B 6cwuI3o6iTqd6lI5VqSlRvR8FL1+CmQB8CbfBtUqzglMN0iNybNdy8SbnpEZbYJqemRs56qMXduxW xDwLRjLXyI6Cl0iYHBLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mT02J-008CfB-0t; Wed, 22 Sep 2021 11:03:35 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSzvX-0089si-Bj for linux-arm-kernel@lists.infradead.org; Wed, 22 Sep 2021 10:56:38 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id F012C60EB6; Wed, 22 Sep 2021 10:56:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632308194; bh=pFht2crJ58fEPAb0efcLhPOBTsC8scTXAQlpfMeAVoo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=axxF4TAPBPC0vV4Mpka2ZRyclJEe15Nja20qCfmS3Jr13KUwQco1sVR3ha8PCYFbf GFtDR34FSha0wSHGnwWGcZJb221QSBr3MXwfGTUuDJmeXzXDUrOq844Bxeps55tUxY mX4tBMGQ3iJKOufvdYbxVkiGdOmZaT3Q3bU88lzOslh5bCaLKijkmA+bN4sVRAGwnk rGEk3GJ+o5u/lvA4JHuUDxu66z7Wd51GDBZsZFsgPzUdH5BCcRxgFo5Sktq4kJqxIi oqWzWEXqINKttAJUut/XM9a8GXXSm1JgOeoA3M1IxyqamrXNVddHnaN7y7lnaGk9IJ 1neIBcG7XxCHw== Received: by pali.im (Postfix) id 254A4AC1; Wed, 22 Sep 2021 12:56:32 +0200 (CEST) From: =?utf-8?q?Pali_Roh=C3=A1r?= To: Michael Turquette , Stephen Boyd , Rob Herring , Greg Kroah-Hartman Cc: Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Vladimir Vid , =?utf-8?q?Marek_Beh=C3=BAn?= , linux-clk@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [RESEND PATCH v5 1/6] math64: New DIV_U64_ROUND_CLOSEST helper Date: Wed, 22 Sep 2021 12:54:28 +0200 Message-Id: <20210922105433.11744-2-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210922105433.11744-1-pali@kernel.org> References: <20210922105433.11744-1-pali@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210922_035635_479147_C3266260 X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Provide DIV_U64_ROUND_CLOSEST helper which uses div_u64 to perform division rounded to the closest integer using unsigned 64bit dividend and unsigned 32bit divisor. Signed-off-by: Pali Rohár --- include/linux/math64.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/include/linux/math64.h b/include/linux/math64.h index 2928f03d6d46..a14f40de1dca 100644 --- a/include/linux/math64.h +++ b/include/linux/math64.h @@ -300,6 +300,19 @@ u64 mul_u64_u64_div_u64(u64 a, u64 mul, u64 div); #define DIV64_U64_ROUND_CLOSEST(dividend, divisor) \ ({ u64 _tmp = (divisor); div64_u64((dividend) + _tmp / 2, _tmp); }) +/* + * DIV_U64_ROUND_CLOSEST - unsigned 64bit divide with 32bit divisor rounded to nearest integer + * @dividend: unsigned 64bit dividend + * @divisor: unsigned 32bit divisor + * + * Divide unsigned 64bit dividend by unsigned 32bit divisor + * and round to closest integer. + * + * Return: dividend / divisor rounded to nearest integer + */ +#define DIV_U64_ROUND_CLOSEST(dividend, divisor) \ + ({ u32 _tmp = (divisor); div_u64((u64)(dividend) + _tmp / 2, _tmp); }) + /* * DIV_S64_ROUND_CLOSEST - signed 64bit divide with 32bit divisor rounded to nearest integer * @dividend: signed 64bit dividend