HomeSort by: relevance | last modified time | path
    Searched defs:pci_intmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbppc/mpc85xx/
machdep.c 1369 prop_dictionary_t pci_intmap = prop_dictionary_create(); local in function:mpc85xx_pci_setup
1370 KASSERT(pci_intmap != NULL);
1373 prop_dictionary_set(pci_intmap, "interrupt-mask", mask);
1383 prop_dictionary_set(pci_intmap, "000000", entry);
1398 prop_dictionary_set(pci_intmap, prop_name, entry);
1404 board_info_add_object(name, pci_intmap);
1405 prop_object_release(pci_intmap);
machdep.c 1369 prop_dictionary_t pci_intmap = prop_dictionary_create(); local in function:mpc85xx_pci_setup
1370 KASSERT(pci_intmap != NULL);
1373 prop_dictionary_set(pci_intmap, "interrupt-mask", mask);
1383 prop_dictionary_set(pci_intmap, "000000", entry);
1398 prop_dictionary_set(pci_intmap, prop_name, entry);
1404 board_info_add_object(name, pci_intmap);
1405 prop_object_release(pci_intmap);

Completed in 84 milliseconds