Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c127 int pci_count = 0; in pci_init_board() local
141 pci_count++; in pci_init_board()
144 if (pci_count) { in pci_init_board()
145 pci_hoses = malloc(sizeof(struct pci_controller) * pci_count); in pci_init_board()