Searched refs:phb_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_pci.c162 uint64_t phb_id; member in struct:opalpci_softc
260 sc->phb_id = ((uint64_t)id[0] << 32) | id[1];
264 sc->phb_id = id[0];
273 device_printf(dev, "OPAL ID %#lx\n", sc->phb_id);
280 (uintmax_t)sc->phb_id);
288 err = opal_call(OPAL_PCI_RESET, sc->phb_id, OPAL_RESET_PCI_IODA_TABLE,
294 err = opal_call(OPAL_PCI_RESET, sc->phb_id, OPAL_RESET_PHB_COMPLETE,
301 while ((err = opal_call(OPAL_PCI_POLL, sc->phb_id)) > 0) {
308 err = opal_call(OPAL_PCI_RESET, sc->phb_id, OPAL_RESET_PHB_COMPLETE,
315 while ((err = opal_call(OPAL_PCI_POLL, sc->phb_id)) >
[all...]

Completed in 20 milliseconds