Home
last modified time | relevance | path

Searched refs:pci_ac (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c323 &attr, &pci_p->pci_ac[0]) != DDI_SUCCESS) { in map_pci_registers()
334 &attr, &pci_p->pci_ac[2]) != DDI_SUCCESS) { in map_pci_registers()
337 ddi_regs_map_free(&pci_p->pci_ac[0]); in map_pci_registers()
348 PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[1]) != DDI_SUCCESS) { in map_pci_registers()
352 ddi_regs_map_free(&pci_p->pci_ac[0]); in map_pci_registers()
354 ddi_regs_map_free(&pci_p->pci_ac[2]); in map_pci_registers()
376 ddi_regs_map_free(&pci_p->pci_ac[0]); in unmap_pci_registers()
377 ddi_regs_map_free(&pci_p->pci_ac[1]); in unmap_pci_registers()
379 ddi_regs_map_free(&pci_p->pci_ac[2]); in unmap_pci_registers()
H A Dpcisch.c475 &attr, &pci_p->pci_ac[0]) != DDI_SUCCESS) { in map_pci_registers()
483 &attr, &pci_p->pci_ac[1]) != DDI_SUCCESS) { in map_pci_registers()
495 PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[2]) != DDI_SUCCESS) { in map_pci_registers()
510 0, &attr, &pci_p->pci_ac[3]) != DDI_SUCCESS) { in map_pci_registers()
526 for (; len--; ddi_regs_map_free(&pci_p->pci_ac[len])) in map_pci_registers()
546 if (pci_p->pci_ac[i]) in unmap_pci_registers()
547 ddi_regs_map_free(&pci_p->pci_ac[i]); in unmap_pci_registers()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_var.h163 ddi_acc_handle_t pci_ac[4]; member