Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dpplus_pci.c273 int max_cpu; /* ored with 0x80 if this board should be checked for multi CPU */ member
336 if (!(mot_info[entry].max_cpu & 0x80)) { in pplus_set_board_type()
342 if ((*ProcInfo & MOT_PROC2_BIT) && !(mot_info[entry].max_cpu & 0x7f)) { in pplus_set_board_type()
348 if (!(*ProcInfo & MOT_PROC2_BIT) && (mot_info[entry].max_cpu & 0x7f)) { in pplus_set_board_type()
Dprep_pci.c769 int max_cpu; /* ored with 0x80 if this board should be checked for multi CPU */ member
947 if (!(mot_info[entry].max_cpu & 0x80)) { in prep_route_pci_interrupts()
953 if ((*ProcInfo & MOT_PROC2_BIT) && !(mot_info[entry].max_cpu & 0x7f)) { in prep_route_pci_interrupts()
959 if (!(*ProcInfo & MOT_PROC2_BIT) && (mot_info[entry].max_cpu & 0x7f)) { in prep_route_pci_interrupts()