Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1447760
| From | Joao Pinto <Joao.Pinto@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] pcie-designware: add core version |
| Date | 2016-07-21 12:00 +0200 |
| Message-ID | <rXiVQ-5LD-31@gated-at.bofh.it> (permalink) |
| References | <rXiMa-5GH-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The Core version information is available since version 4.70. This patch adds to the driver the register and default value for new core 4.80 if needed in some future work. Signed-off-by: Joao Pinto <jpinto@synopsys.com> --- drivers/pci/host/pcie-designware.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c index c673e6c..1f40288 100644 --- a/drivers/pci/host/pcie-designware.c +++ b/drivers/pci/host/pcie-designware.c @@ -34,6 +34,10 @@ #define LINK_WAIT_IATU_MIN 9000 #define LINK_WAIT_IATU_MAX 10000 +/* Core version (available from core 4.70) */ +#define PCIE_CORE_VERSION 0x8F8 +#define PCIE_CORE_VERSION_480A 0x3438302a + /* Synopsys specific PCIE configuration registers */ #define PCIE_PORT_LINK_CONTROL 0x710 #define PORT_LINK_MODE_MASK (0x3f << 16) -- 1.8.1.5
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] pcie-designware: add iATU unroll feature Joao Pinto <Joao.Pinto@synopsys.com> - 2016-07-21 11:50 +0200 [PATCH 2/2] pcie-designware: add core version Joao Pinto <Joao.Pinto@synopsys.com> - 2016-07-21 12:00 +0200
csiph-web