diff options
Diffstat (limited to 'include/asm-ppc/immap_8260.h')
-rw-r--r-- | include/asm-ppc/immap_8260.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/asm-ppc/immap_8260.h b/include/asm-ppc/immap_8260.h index 407cf49..1272e99 100644 --- a/include/asm-ppc/immap_8260.h +++ b/include/asm-ppc/immap_8260.h @@ -135,17 +135,21 @@ typedef struct pci_config { uint pci_imimr; char res5[24]; uint pci_ifhpr; + char res5_2[4]; uint pci_iftpr; - char res6[8]; + char res6[4]; uint pci_iphpr; + char res6_2[4]; uint pci_iptpr; - char res7[8]; + char res7[4]; uint pci_ofhpr; + char res7_2[4]; uint pci_oftpr; - char res8[8]; + char res8[4]; uint pci_ophpr; + char res8_2[4]; uint pci_optpr; - char res9[12]; + char res9[8]; uint pci_mucr; char res10[8]; uint pci_qbar; |