From: Ramon Fried <ramon.fried@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 2/3] pci: pci.h: add missing maskbit
Date: Sat, 6 Apr 2019 05:12:01 +0300 [thread overview]
Message-ID: <20190406021202.6505-3-ramon.fried@gmail.com> (raw)
In-Reply-To: <20190406021202.6505-1-ramon.fried@gmail.com>
PCI_MSI_FLAGS_MASKBIT was missing from include file,
add it.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
---
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) */
--
2.21.0
next prev parent reply other threads:[~2019-04-06 2:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-06 2:11 [U-Boot] [PATCH v1 0/3] Add Cadence PCIe endpoint driver with new uclass Ramon Fried
2019-04-06 2:12 ` [U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass Ramon Fried
2019-04-22 2:56 ` Simon Glass
2019-04-22 16:32 ` Ramon Fried
2019-04-24 23:44 ` Simon Glass
2019-04-25 2:55 ` Ramon Fried
2019-04-06 2:12 ` Ramon Fried [this message]
2019-04-22 2:57 ` [U-Boot] [PATCH v1 2/3] pci: pci.h: add missing maskbit Simon Glass
2019-04-24 15:17 ` Simon Glass
2019-04-06 2:12 ` [U-Boot] [PATCH v1 3/3] pci_ep: add Cadence PCIe endpoint driver Ramon Fried
2019-04-22 2:56 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190406021202.6505-3-ramon.fried@gmail.com \
--to=ramon.fried@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox