]> git.sur5r.net Git - u-boot/blobdiff - include/pci.h
ARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX
[u-boot] / include / pci.h
index e80b6bdf5063b7d1acc9c96a52fd0c8235be0064..1284c427b51a45985118a834f5b79dc29522b123 100644 (file)
 #define PCI_DCR                0x54    /* PCIe Device Control Register */
 #define PCI_DSR                0x56    /* PCIe Device Status Register */
 #define PCI_LSR                0x5e    /* PCIe Link Status Register */
+#define PCI_LCR                0x5c    /* PCIe Link Control Register */
 #define PCI_LTSSM      0x404   /* PCIe Link Training, Status State Machine */
 #define  PCI_LTSSM_L0  0x16    /* L0 state */
 
@@ -420,6 +421,8 @@ struct pci_controller {
        /* Used by ppc405 autoconfig*/
        struct pci_region *pci_fb;
        int current_busno;
+
+       void *priv_data;
 };
 
 extern __inline__ void pci_set_ops(struct pci_controller *hose,