Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/platforms/
Dpplus_pci.c236 int mot_entry = -1; variable
328 mot_entry = entry; in pplus_set_board_type()
337 mot_entry = entry; in pplus_set_board_type()
343 mot_entry = entry; in pplus_set_board_type()
349 mot_entry = entry; in pplus_set_board_type()
359 if (mot_entry == -1) in pplus_set_board_type()
362 mot_entry = 1; 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()
Dprep_pci.c688 int mot_entry = -1; variable
939 mot_entry = entry; in prep_route_pci_interrupts()
948 mot_entry = entry; in prep_route_pci_interrupts()
954 mot_entry = entry; in prep_route_pci_interrupts()
960 mot_entry = entry; in prep_route_pci_interrupts()
965 if (mot_entry == -1) /* No particular cpu type found - assume Blackhawk */ in prep_route_pci_interrupts()
966 mot_entry = 3; in prep_route_pci_interrupts()
968 Motherboard_map_name = (unsigned char *)mot_info[mot_entry].name; in prep_route_pci_interrupts()
969 Motherboard_map = mot_info[mot_entry].map; in prep_route_pci_interrupts()
970 Motherboard_routes = mot_info[mot_entry].routes; in prep_route_pci_interrupts()
[all …]