From patchwork Wed Sep 4 10:05:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: MD Danish Anwar X-Patchwork-Id: 13790387 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 6028FCA0ED3 for ; Wed, 4 Sep 2024 10:32:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding: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=+4AiGnZTWSgMvgu2JQgbvNhsgTy/VZWp6AtaeAQqDTM=; b=RbTtevoTojXTx/oycDcVOo6nbm 4LjiWb5MJK+6DItD+IeSexvwWs956uHStklcmoH1g4y7aConYMJiglcVUZ0xBLQMgUGKwyn38As1h +GuCdRh8uHISVHDo0eM7QDtTm+RNTsiuoXdhDI9v6CABg5kNSBnjwXpEsZbdSVZnCZ2eoeAw22Ecn TYitfqMM7RPw0w6NyAFBlUPbBlvZZ9QgEHaA5Cgv9N/S2W9GbrKPHM20OWijgW4zUY6Mlo1isDcaN ZFK7ti5QykdsNgKe3VKHHijn4iVmeNa4kv9guuFBfbZU+cln6DGIB8bXhjG/RaUN2cjjPn3qm09zh Op/ilI6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slnJQ-00000003wTw-2bhY; Wed, 04 Sep 2024 10:32:32 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1slmtD-00000003ovI-0MqV for linux-arm-kernel@lists.infradead.org; Wed, 04 Sep 2024 10:05:29 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 484A5CWl092564; Wed, 4 Sep 2024 05:05:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1725444312; bh=+4AiGnZTWSgMvgu2JQgbvNhsgTy/VZWp6AtaeAQqDTM=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=d266KDy2mRrixwrgI7sazySlAAsYTVjG3UhGzsoUxw3Yn5Xph2sn7QBAQAJqLqfXA ktnllf+/wVFGBJmmbvND8KNYCEFHO6F9XujGMQYX5VCxnL0rDRCVrAK+Ggfb7MALxj Orlu2lMKMhWLB1EY7O+AX3aZhGfgjb/2iYaFdn84= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 484A5Cot012745; Wed, 4 Sep 2024 05:05:12 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 4 Sep 2024 05:05:12 -0500 Received: from fllvsmtp8.itg.ti.com (10.64.41.158) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 4 Sep 2024 05:05:12 -0500 Received: from fllv0122.itg.ti.com (fllv0122.itg.ti.com [10.247.120.72]) by fllvsmtp8.itg.ti.com (8.15.2/8.15.2) with ESMTP id 484A5Bx0111686; Wed, 4 Sep 2024 05:05:11 -0500 Received: from localhost (danish-tpc.dhcp.ti.com [10.24.69.25]) by fllv0122.itg.ti.com (8.14.7/8.14.7) with ESMTP id 484A5B0H015373; Wed, 4 Sep 2024 05:05:11 -0500 From: MD Danish Anwar To: Jan Kiszka , Andrew Lunn , Dan Carpenter , Sai Krishna , Jacob Keller , Javier Carrasco , Diogo Ivo , Simon Horman , Richard Cochran , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" CC: Alexander Lobakin , , , , , Vignesh Raghavendra , Roger Quadros , Subject: [PATCH net-next v4 2/5] net: ti: icssg-prueth: Stop hardcoding def_inc Date: Wed, 4 Sep 2024 15:35:03 +0530 Message-ID: <20240904100506.3665892-3-danishanwar@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240904100506.3665892-1-danishanwar@ti.com> References: <20240904100506.3665892-1-danishanwar@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240904_030527_262396_78A4556D X-CRM114-Status: GOOD ( 12.39 ) 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 The def_inc is stored in icss_iep structure. Currently default increment (ns per clock tick) is hardcoded to 4 (Clock frequency being 250 MHz). Change this to use the iep->def_inc variable as the iep structure is now accessible to the driver files. Signed-off-by: MD Danish Anwar Reviewed-by: Roger Quadros --- drivers/net/ethernet/ti/icssg/icssg_prueth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/ti/icssg/icssg_prueth.c b/drivers/net/ethernet/ti/icssg/icssg_prueth.c index becdda143c19..1dcd68eefdc3 100644 --- a/drivers/net/ethernet/ti/icssg/icssg_prueth.c +++ b/drivers/net/ethernet/ti/icssg/icssg_prueth.c @@ -365,7 +365,8 @@ static void prueth_iep_settime(void *clockops_data, u64 ns) sc_desc.cyclecounter0_set = cyclecount & GENMASK(31, 0); sc_desc.cyclecounter1_set = (cyclecount & GENMASK(63, 32)) >> 32; sc_desc.iepcount_set = ns % cycletime; - sc_desc.CMP0_current = cycletime - 4; //Count from 0 to (cycle time)-4 + /* Count from 0 to (cycle time) - emac->iep->def_inc */ + sc_desc.CMP0_current = cycletime - emac->iep->def_inc; memcpy_toio(sc_descp, &sc_desc, sizeof(sc_desc));