Searched refs:mem_answer (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 1873 uint64_t mem_answer; local 1990 reg[i].pci_size_low, &mem_answer); 1991 pci_config_put64(handle, offset, mem_answer); 1999 reg[i].pci_phys_low = PCICFG_HIADDR(mem_answer); 2001 PCICFG_LOADDR(mem_answer); 2009 reg[i].pci_size_low, &mem_answer); 2011 offset, (uint32_t)mem_answer); 2017 reg[i].pci_phys_low = (uint32_t)mem_answer; 2374 uint64_t mem_answer; local 2428 mem_request, &mem_answer, 2445 (void) ndi_ra_free(ddi_get_parent(dip), mem_answer, local 4294 uint64_t mem_answer, mem_alen; local 4899 uint64_t mem_answer, mem_base, mem_alen, mem_size, mem_end; local 6013 uint64_t mem_answer, mem_alen; local [all...] |
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 1723 uint64_t mem_answer; local 1888 reg[i].pci_size_low, &mem_answer); 1891 reg[i].pci_size_low, &mem_answer); 1893 pci_config_put64(handle, offset, mem_answer); 1901 reg[i].pci_phys_low = PCICFG_LOADDR(mem_answer); 1902 reg[i].pci_phys_mid = PCICFG_HIADDR(mem_answer); 1909 reg[i].pci_size_low, &mem_answer); 1913 reg[i].pci_size_low, &mem_answer); 1917 (uint32_t)mem_answer); 1923 reg[i].pci_phys_low = (uint32_t)mem_answer; 4045 uint64_t mem_answer, io_answer, mem_base, io_base, mem_alen, io_alen; local [all...] |
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 793 uint64_t mem_answer; local 897 entry, reg[i].pci_size_low, &mem_answer); 898 ASSERT(!PCICFG_HIADDR(mem_answer)); 900 PCICFG_LOADDR(mem_answer)); 902 PCICFG_HIADDR(mem_answer)); 910 reg[i].pci_phys_low = PCICFG_HIADDR(mem_answer); 911 reg[i].pci_phys_mid = PCICFG_LOADDR(mem_answer); 918 entry, reg[i].pci_size_low, &mem_answer); 923 (uint32_t)mem_answer); 924 reg[i].pci_phys_low = (uint32_t)mem_answer; [all...] |
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fcpci.c | 1230 uint64_t *mem_answer) 1242 rval = ndi_ra_alloc(dip, &req, mem_answer, mem_size, 1229 pci_alloc_mem_chunk(dev_info_t *dip, uint64_t mem_align, uint64_t *mem_size, uint64_t *mem_answer) argument
|
Completed in 63 milliseconds