Searched defs:ebus_rp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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; local
485 ebus_rp = (ebus_regspec_t *)mp->map_obj.rp;
510 ebus_rp = &ebus_regs[rnumber];
519 ebus_rp->addr_low += off;
521 ebus_rp->size = len;
523 rval = ebus_apply_range(ebus_p, rdip, ebus_rp, &vreg);
550 * preg_cell_p[i], rng_caddr_low and ebus_rp->size are sufficient.
554 ebus_regspec_t *ebus_rp, vregspec_t *rp) {
558 uint32_t req_addr = ebus_rp
553 ebus_apply_range(ebus_devstate_t *ebus_p, dev_info_t *rdip, ebus_regspec_t *ebus_rp, vregspec_t *rp) argument
624 ebus_regspec_t *ebus_rp; local
662 ebus_regspec_t *ebus_rp; local
[all...]
/illumos-gate/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; local
400 ebus_rp = (ebus_regspec_t *)mp->map_obj.rp;
424 ebus_rp = &ebus_regs[rnumber];
433 ebus_rp->addr_low += off;
435 ebus_rp->size = len;
442 rval = acebus_apply_range(ebus_p, rdip, ebus_rp, &pci_reg);
487 ebus_regspec_t *ebus_rp, pci_regspec_t *rp)
497 ebus_rp->addr_hi, ebus_rp
486 acebus_apply_range(ebus_devstate_t *ebus_p, dev_info_t *rdip, ebus_regspec_t *ebus_rp, pci_regspec_t *rp) argument
568 ebus_regspec_t *ebus_rp; local
[all...]

Completed in 77 milliseconds