Searched refs:mot_info (Results 1 – 2 of 2) sorted by relevance
279 struct brd_info mot_info[] = { variable313 for (entry = 0; mot_info[entry].cpu_type != 0; entry++) { in pplus_set_board_type()316 if (mot_info[entry].cpu_type & 0x200) { in pplus_set_board_type()324 if ((mot_info[entry].cpu_type & 0xff) != cpu_type) in pplus_set_board_type()327 if (mot_info[entry].base_type == 0) { in pplus_set_board_type()332 if (mot_info[entry].base_type != base_mod) in pplus_set_board_type()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()364 Motherboard_map_name = (unsigned char *)mot_info[mot_entry].name; in pplus_set_board_type()[all …]
765 struct mot_info { struct776 } mot_info[] __prepdata = { argument930 for (entry = 0; mot_info[entry].cpu_type != 0; entry++) { in prep_route_pci_interrupts()931 if (mot_info[entry].cpu_type & 0x200) { /* Check for Hawk chip */ in prep_route_pci_interrupts()935 if ((mot_info[entry].cpu_type & 0xff) != cpu_type) in prep_route_pci_interrupts()938 if (mot_info[entry].base_type == 0) { in prep_route_pci_interrupts()943 if (mot_info[entry].base_type != base_mod) in prep_route_pci_interrupts()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()[all …]