Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmubus.c589 pmubus_regspec_t *regp, pci_regspec_t *pci_regp) in pmubus_apply_range() argument
614 pci_regp->pci_phys_hi = rangep->rng_parent_hi; in pmubus_apply_range()
615 pci_regp->pci_phys_mid = rangep->rng_parent_mid; in pmubus_apply_range()
616 pci_regp->pci_phys_low = rangep->rng_parent_low + offset; in pmubus_apply_range()
617 pci_regp->pci_size_hi = 0; in pmubus_apply_range()
618 pci_regp->pci_size_low = MIN(regp->reg_size, rangep->rng_size); in pmubus_apply_range()
621 if (pci_regp->pci_phys_hi == pmubusp->pmubus_regp->pci_phys_hi) { in pmubus_apply_range()