Home
last modified time | relevance | path

Searched refs:pci_32 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/mpc8568mds/
H A Dmpc8568mds.c298 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
308 pci_32 = 1; in pci_init_board()
321 (pci_32) ? 32 : 64, in pci_init_board()
/OK3568_Linux_fs/u-boot/board/xes/common/
H A Dfsl_8xxx_pci.c32 uint pci_32 = in_be32(&gur->pordevsr) & MPC85xx_PORDEVSR_PCI1_PCI32; in pci_init_board() local
46 pci_32 ? 32 : 64, in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8536ds/
H A Dmpc8536ds.c151 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
162 pci_32 = 1; in pci_init_board()
175 (pci_32) ? 32 : 64, in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8544ds/
H A Dmpc8544ds.c69 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
137 pci_32 = 1; in pci_init_board()
150 (pci_32) ? 32 : 64, in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c198 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
211 pci_32 = pordevsr & MPC85xx_PORDEVSR_PCI1_PCI32; /* PORDEVSR[15] */ in pci_init_board()
224 (pci_32) ? 32 : 64, in pci_init_board()
/OK3568_Linux_fs/u-boot/board/sbc8548/
H A Dsbc8548.c256 uint pci_32 = pordevsr & MPC85xx_PORDEVSR_PCI1_PCI32; in pci_init_board() local
262 (pci_32) ? 32 : 64, in pci_init_board()