Searched refs:regspec (Results 51 - 60 of 60) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dsbbc.c541 * We must convert it into a PCI format regspec and pass
598 p_map_request.map_obj.rp = (struct regspec *)&pci_reg;
H A Diommu.c681 struct regspec *rp;
/opensolaris-onvv-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c365 * get the corresponding regspec from device node
366 * build a new regspec in our parent's format
367 * build a new map_req with the new regspec
391 * We must convert it into a PCI format regspec and pass
475 p_map_request.map_obj.rp = (struct regspec *)&pci_reg;
/opensolaris-onvv-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c174 struct regspec *regbuf = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c372 struct regspec p_regspec;
393 /* build regspec up for parent */
440 DBG(NIUMX_DBG_MAP, dip, "regspec:bus,addr,size = (%x,%x,%x)\n",
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c612 pdptr->par_nreg = reg_len / (int)sizeof (struct regspec);
613 pdptr->par_reg = (struct regspec *)reg_prop;
/opensolaris-onvv-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c238 static void cardbus_dump_reg(dev_info_t *dip, const pci_regspec_t *regspec,
3389 * Build the regspec, then add it to the existing one(s)
3534 * Build the regspec, then add it to the existing one(s)
4496 cardbus_dump_reg(dev_info_t *dip, const pci_regspec_t *regspec, int nelems) argument
4506 uint32_t *regs = (uint32_t *)regspec;
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c681 * get the corresponding regspec from device node
682 * build a new regspec in our parent's format
683 * build a new map_req with the new regspec
691 struct regspec p_regspec;
729 /* use "assigned-addresses" to relocate regspec within pci space */
734 /* adjust regspec according to mapping request */
740 /* use "ranges" to translate relocated pci regspec into parent space */
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3209 * Build the regspec, then add it to the existing one(s)
3333 * Build the regspec, then add it to the existing one(s)
6750 mr.map_obj.rp = (struct regspec *)phys_spec;
6779 mr.map_obj.rp = (struct regspec *)ph;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunddi.c152 * Apply ranges in parent node dp, to child regspec rp...
156 ddi_apply_range(dev_info_t *dp, dev_info_t *rdip, struct regspec *rp)
280 struct regspec *

Completed in 203 milliseconds

123