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

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6018 pcic_apply_avail_ranges(dev_info_t *dip, pcm_regs_t *pcic_p, argument
6034 for (i = 0; i < entries; i++, pcic_p++, pci_p++) {
6043 uint64_t avail_end = pcic_p->phys_lo + pcic_p->phys_len;
6045 if ((range_p->pcic_range_caddrhi != pcic_p->phys_hi) ||
6046 (range_p->pcic_range_caddrlo > pcic_p->phys_lo) ||
6053 + (pcic_p->phys_lo - range_p->pcic_range_caddrlo);
6055 pci_p->pci_size_low = pcic_p->phys_len;

Completed in 69 milliseconds