Home
last modified time | relevance | path

Searched refs:devsub (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/powerpc/pci/
H A Dpcib.c174 prop_dictionary_t dict, devsub; in pcibattach() local
185 devsub = prop_dictionary_get(dict, "devfunc-11"); in pcibattach()
187 prop_dictionary_set(devsub, "pin-A", pinsub); in pcibattach()
H A Dpci_machdep_ofw.c375 prop_dictionary_t dict, devsub; in genofw_pci_intr_map() local
434 devsub = prop_dictionary_get(dict, key); in genofw_pci_intr_map()
435 if (devsub == NULL) in genofw_pci_intr_map()
438 pinsub = prop_dictionary_get(devsub, key); in genofw_pci_intr_map()
/netbsd-src/sys/arch/prep/pci/
H A Dpci_machdep.c160 prop_dictionary_t dict, devsub; in prep_pci_intr_map() local
218 devsub = prop_dictionary_get(dict, key); in prep_pci_intr_map()
219 if (devsub == NULL) in prep_pci_intr_map()
222 pinsub = prop_dictionary_get(devsub, key); in prep_pci_intr_map()