Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dopal_pci.c284 err = opal_call(OPAL_PCI_RESET, sc->phb_id, OPAL_RESET_PCI_IODA_TABLE, in opalpci_attach()
290 err = opal_call(OPAL_PCI_RESET, sc->phb_id, OPAL_RESET_PHB_COMPLETE, in opalpci_attach()
304 err = opal_call(OPAL_PCI_RESET, sc->phb_id, OPAL_RESET_PHB_COMPLETE, in opalpci_attach()
H A Dopal.h62 #define OPAL_PCI_RESET 49 macro