Home | History | Annotate | Download | only in mpc5200

Lines Matching defs:pci

83 #define CFG_PCI_CLK_SEL		__BITS(0, 1)	/* PCI clock select [1:0]	*/
85 #define PCI_CLK_SEL_IPB 0 /* PCI = IPB */
86 #define PCI_CLK_SEL_IPB_DIV2 1 /* PCI = IPB / 2 */
87 /* values 2 and 3 both select PCI = XLB / 4 */
125 uint32_t fsystem, xlb, ipb, pci, core;
139 pci = ipb;
142 pci = ipb / 2;
144 default: /* 2, 3: PCI = XLB / 4 */
145 pci = xlb / 4;
159 cdm_clocks.cc_pci = pci;
264 "PCI %u.%u MHz\n",