Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c209 px_xlate_reg(px_t *px_p, pci_regspec_t *px_rp, struct regspec *new_rp) in px_xlate_reg() argument
248 new_rp->regspec_addr = (uint32_t)addr; in px_xlate_reg()
249 new_rp->regspec_bustype = (uint32_t)(addr >> 32); in px_xlate_reg()
250 new_rp->regspec_size = (uint32_t)reg_sz; in px_xlate_reg()
253 n, new_rp->regspec_bustype, new_rp->regspec_addr, reg_sz); in px_xlate_reg()
H A Dpx_util.h51 struct regspec *new_rp);
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c188 pcmu_xlate_reg(pcmu_t *pcmu_p, pci_regspec_t *pcmu_rp, struct regspec *new_rp) in pcmu_xlate_reg() argument
227 new_rp->regspec_addr = reg_begin - rng_begin + rng_p->parent_low; in pcmu_xlate_reg()
228 new_rp->regspec_bustype = rng_p->parent_high; in pcmu_xlate_reg()
229 new_rp->regspec_size = sz; in pcmu_xlate_reg()
232 n, new_rp->regspec_bustype, new_rp->regspec_addr, sz); in pcmu_xlate_reg()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c211 pci_xlate_reg(pci_t *pci_p, pci_regspec_t *pci_rp, struct regspec *new_rp) in pci_xlate_reg() argument
246 new_rp->regspec_addr = reg_begin - rng_begin + rng_p->parent_low; in pci_xlate_reg()
247 new_rp->regspec_bustype = rng_p->parent_high; in pci_xlate_reg()
248 new_rp->regspec_size = sz; in pci_xlate_reg()
251 n, new_rp->regspec_bustype, new_rp->regspec_addr, sz); in pci_xlate_reg()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_util.h51 struct regspec *new_rp);