Lines Matching defs:pcie_setup_regs
113 struct pcie_setup_regs { struct
114 unsigned int pbictl0;
115 unsigned int gradevctl;
116 unsigned int reserved[2];
117 unsigned int bmcinf[6];
118 unsigned int reserved2[118];
119 unsigned int idset[2];
120 unsigned int subidset;
121 unsigned int reserved3[2];
122 unsigned int linkconfset[4];
123 unsigned int trsid;
124 unsigned int reserved4[6];
125 unsigned int toutset;
126 unsigned int reserved5[7];
127 unsigned int lad0;
128 unsigned int ladmsk0;
129 unsigned int lad1;
130 unsigned int ladmsk1;
131 unsigned int lad2;
132 unsigned int ladmsk2;
133 unsigned int lad3;
157 #define PCIE_SETUP_BASE ((struct pcie_setup_regs *)0xffca1000) argument