Lines Matching refs:mot_info
279 struct brd_info mot_info[] = { variable
313 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()
365 ppc_md.pci_map_irq = mot_info[mot_entry].map_irq; in pplus_set_board_type()