Searched refs:pn_ist (Results 1 – 2 of 2) sorted by relevance
1375 prop_number_t pn_ist = prop_number_create_unsigned(ist); in mpc85xx_pci_setup() local1376 KASSERT(pn_ist != NULL); in mpc85xx_pci_setup()1382 prop_dictionary_set(entry, "type", pn_ist); in mpc85xx_pci_setup()1397 prop_dictionary_set(entry, "type", pn_ist); in mpc85xx_pci_setup()1403 prop_object_release(pn_ist); in mpc85xx_pci_setup()
1397 prop_number_t pn_ist = prop_dictionary_get(entry, "type"); in pq3pci_intr_handle_lookup() local1398 KASSERT(pn_ist != NULL); in pq3pci_intr_handle_lookup()1399 KASSERT(prop_object_type(pn_ist) == PROP_TYPE_NUMBER); in pq3pci_intr_handle_lookup()1400 int ist = prop_number_unsigned_value(pn_ist); in pq3pci_intr_handle_lookup()