Searched defs:regspec (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | memcfg_impl.h | 69 typedef struct regspec { struct
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | upa64s.c | 188 off_t off, off_t len, struct regspec *rp); 190 off_t off, off_t len, struct regspec *rp); 486 * get the corresponding regspec from device node 487 * build a new regspec in our parent's format 488 * build a new map_req with the new regspec 495 struct regspec regspec; local 519 * We must convert it into a regspec of our parent's 526 off, len, ®spec); 541 rval = get_reg_set(dip, rdip, rnumber, off, len, ®spec); [all...] |
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 345 void *regspec; member in struct:fc_map_resource 391 #define fc_regspec un.m.regspec
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 238 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;
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 1603 pci_regspec_t *regspec; local 1607 "reg", (int **)®spec, (uint_t *)®len) != DDI_SUCCESS) 1611 ddi_prop_free(regspec); 1616 *bdf = (regspec->pci_phys_hi & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)) >> 8; 1618 ddi_prop_free(regspec); 2057 mr.map_obj.rp = (struct regspec *)phys_spec; 2089 mr.map_obj.rp = (struct regspec *)ph;
|
/illumos-gate/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_psm.c | 1145 pci_regspec_t *regspec; local 1153 (caddr_t)®spec, ®len) != DDI_SUCCESS) { 1155 "get_busdevfn() failed to get regspec."); 1161 *busp = PCI_REG_BUS_G(regspec[0].pci_phys_hi); 1165 *devfnp = (regspec[0].pci_phys_hi & (PCI_REG_FUNC_M | PCI_REG_DEV_M)) >> 1168 kmem_free(regspec, reglen);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ddi_impldefs.h | 630 struct regspec { struct 759 struct regspec *par_reg; /* array of regs */
|
Completed in 1069 milliseconds