Home
last modified time | relevance | path

Searched defs:ccsr_pci (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_pci.h59 struct ccsr_pci { struct
60 __be32 config_addr; /* 0x.000 - PCI/PCIE Configuration Address Register */
61 __be32 config_data; /* 0x.004 - PCI/PCIE Configuration Data Register */
62 __be32 int_ack; /* 0x.008 - PCI Interrupt Acknowledge Register */
63 __be32 pex_otb_cpl_tor; /* 0x.00c - PCIE Outbound completion timeout register */
64 __be32 pex_conf_tor; /* 0x.010 - PCIE configuration timeout register */
65 __be32 pex_config; /* 0x.014 - PCIE CONFIG Register */
66 __be32 pex_int_status; /* 0x.018 - PCIE interrupt status */
67 u8 res2[4];
68 __be32 pex_pme_mes_dr; /* 0x.020 - PCIE PME and message detect register */
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h68 typedef struct ccsr_pci { struct
69 u32 cfg_addr; /* 0x000 - PCI Configuration Address Register */
70 u32 cfg_data; /* 0x004 - PCI Configuration Data Register */
71 u32 int_ack; /* 0x008 - PCI Interrupt Acknowledge Register */
72 u32 out_comp_to; /* 0x00C - PCI Outbound Completion Timeout Register */
73 u32 out_conf_to; /* 0x010 - PCI Configuration Timeout Register */
74 u32 config; /* 0x014 - PCIE CONFIG Register */
75 u32 int_status; /* 0x018 - PCIE interrupt status register */
76 char res2[4];
77 u32 pme_msg_det; /* 0x020 - PCIE PME & message detect register */
[all …]