From patchwork Sat Apr 6 02:12:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramon Fried X-Patchwork-Id: 1079054 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="CIzbzz9t"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44bgGR5j7dz9sPb for ; Sat, 6 Apr 2019 13:13:51 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 38B5BC21E45; Sat, 6 Apr 2019 02:13:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E9F4FC21E2B; Sat, 6 Apr 2019 02:12:34 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id EC59EC21E3A; Sat, 6 Apr 2019 02:12:25 +0000 (UTC) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by lists.denx.de (Postfix) with ESMTPS id 0790AC21E08 for ; Sat, 6 Apr 2019 02:12:22 +0000 (UTC) Received: by mail-wr1-f47.google.com with SMTP id p10so10025605wrq.1 for ; Fri, 05 Apr 2019 19:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=A+Ffv6uhYF6hzkIrTZsfspfoJa/eV9r+uGoC3ZGYpqg=; b=CIzbzz9trC5LSVK1Qex5LWM5BrQ4GfOtPkv6W3Nhj5v/D5/ZHMxf3i7RMBIcMqwReH 72XxqHl+6+NSHgFENyl+OjQVLdQhwQsTs2W6T2htcRyC62qf5tx8eyH3qEwh2aX9dKVl UoKxJ7gPWRYsw/K4wGj+7kYaPpmJIdAg5K1YbnBXTp5I3u5rMIVEoEfhbz7gnn8pbPv/ RWL5JuS6ub+YmUBIqyi1f7MDN6EO7kPiQmLw5BuHpPY9OVKCvFi1/yxb11OKsVOSrdPR qZZhrTabDuZFO779CJcyb38Md0q7LnsGrdwMcBGQjmEuyNWN4tGTCc/HpTHEvSIWRNqg e1pQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=A+Ffv6uhYF6hzkIrTZsfspfoJa/eV9r+uGoC3ZGYpqg=; b=JPIVP1tib04i+wLk9bQQnDrDe4D+XzDAl2KSb2wehpP7dzot9/h0WWplm7byAwKj5e qurCHUZ5fJ5X6qwShZsu800B9OCNys9IPI3JkfMpaj9RMmbvKVNlULm6bEE2mDuUqHT5 ue6Ti656tb2zU8DjqChoZw1YJDtRtMnxMx6Iv5gzJwhHVA1Mvpfy4BevG8ZswzxOd7rb /0f7NbjbXOyad1nzAIUREBdbe6rf1zRTO/0264rMXx2uFRBVh13J2JJF5HBdP5fj57tz d8f5mlUZvFpIUeu3oKWuvdJOq+T3ThNDQdOC0hiBIYK3WWRITMMIVxUSPmRvumkWlXUk VM6w== X-Gm-Message-State: APjAAAWs6x8ipCEANq9UjnORY1nnsNpC+uod+5BeXi62UeGh7hfwjbsn 1JnQFXtJJuRTIqyyJPh/4hm8aiGg14Q= X-Google-Smtp-Source: APXvYqzY85Pyqmyn8/snGDtzGSNBRVHEl0JMI5m0SMGXjFqcciQeNj6eIBwuKMI79+C70SxMybx/WA== X-Received: by 2002:adf:e74f:: with SMTP id c15mr10113153wrn.23.1554516741459; Fri, 05 Apr 2019 19:12:21 -0700 (PDT) Received: from localhost.localdomain ([141.226.31.91]) by smtp.gmail.com with ESMTPSA id o130sm4901637wmo.43.2019.04.05.19.12.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Apr 2019 19:12:20 -0700 (PDT) From: Ramon Fried To: u-boot@lists.denx.de Date: Sat, 6 Apr 2019 05:12:01 +0300 Message-Id: <20190406021202.6505-3-ramon.fried@gmail.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190406021202.6505-1-ramon.fried@gmail.com> References: <20190406021202.6505-1-ramon.fried@gmail.com> MIME-Version: 1.0 Cc: Stefan Roese , Tuomas Tynkkynen Subject: [U-Boot] [PATCH v1 2/3] pci: pci.h: add missing maskbit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" PCI_MSI_FLAGS_MASKBIT was missing from include file, add it. Signed-off-by: Ramon Fried Reviewed-by: Simon Glass --- include/pci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci.h b/include/pci.h index 5fb212cab1..508f7bca81 100644 --- a/include/pci.h +++ b/include/pci.h @@ -405,6 +405,7 @@ #define PCI_MSI_FLAGS_QSIZE 0x70 /* Message queue size configured */ #define PCI_MSI_FLAGS_QMASK 0x0e /* Maximum queue size available */ #define PCI_MSI_FLAGS_ENABLE 0x01 /* MSI feature enabled */ +#define PCI_MSI_FLAGS_MASKBIT 0x0100 /* Per-vector masking capable */ #define PCI_MSI_RFU 3 /* Rest of capability flags */ #define PCI_MSI_ADDRESS_LO 4 /* Lower 32 bits */ #define PCI_MSI_ADDRESS_HI 8 /* Upper 32 bits (if PCI_MSI_FLAGS_64BIT set) */