Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/io/
H A Debus.c88 ebus_regspec_t *ebus_rp, vregspec_t *rp);
463 ebus_regspec_t *ebus_rp, *ebus_regs; in ebus_map() local
485 ebus_rp = (ebus_regspec_t *)mp->map_obj.rp; in ebus_map()
510 ebus_rp = &ebus_regs[rnumber]; in ebus_map()
519 ebus_rp->addr_low += off; in ebus_map()
521 ebus_rp->size = len; in ebus_map()
523 rval = ebus_apply_range(ebus_p, rdip, ebus_rp, &vreg); in ebus_map()
554 ebus_regspec_t *ebus_rp, vregspec_t *rp) { in ebus_apply_range() argument
558 uint32_t req_addr = ebus_rp->addr_low; in ebus_apply_range()
570 ebus_rp->addr_hi, req_addr, ebus_rp->size); in ebus_apply_range()
[all …]
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c84 ebus_regspec_t *ebus_rp, pci_regspec_t *rp);
378 ebus_regspec_t *ebus_rp, *ebus_regs; in acebus_map() local
400 ebus_rp = (ebus_regspec_t *)mp->map_obj.rp; in acebus_map()
424 ebus_rp = &ebus_regs[rnumber]; in acebus_map()
433 ebus_rp->addr_low += off; in acebus_map()
435 ebus_rp->size = len; in acebus_map()
442 rval = acebus_apply_range(ebus_p, rdip, ebus_rp, &pci_reg); in acebus_map()
487 ebus_regspec_t *ebus_rp, pci_regspec_t *rp) in acebus_apply_range() argument
497 ebus_rp->addr_hi, ebus_rp->addr_low, ebus_rp->size); in acebus_apply_range()
502 if (ebus_rp->addr_hi == rangep->ebus_phys_hi) in acebus_apply_range()
[all …]