Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpci.c19 #define MAX_BUSES 2 macro
23 static struct pci_controller pci_hose[MAX_BUSES];
124 if (num_buses > MAX_BUSES) { in mpc83xx_pci_init()
126 num_buses, MAX_BUSES); in mpc83xx_pci_init()
128 num_buses = MAX_BUSES; in mpc83xx_pci_init()