Searched refs:reg_spec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c339 pci_regspec_t *reg_spec, *addr_spec; local
374 reg_spec = kmem_alloc(new_rsize, KM_SLEEP);
377 (caddr_t)reg_spec, &orig_rsize) != DDI_SUCCESS)
383 if ((reg_spec[rnum].pci_phys_hi & PCI_ADDR_MASK) ==
408 reg_spec[rnum].pci_phys_hi = (addr_spec[anum].pci_phys_hi &
410 reg_spec[rnum].pci_phys_mid = 0;
411 reg_spec[rnum].pci_phys_low = 0;
412 reg_spec[rnum].pci_size_hi = addr_spec[anum].pci_size_hi;
413 reg_spec[rnum].pci_size_low = addr_spec[anum].pci_size_low;
415 /* Create the new reg_spec dat
[all...]

Completed in 71 milliseconds