Searched refs:pci_ac (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pcipsy.c | 326 &attr, &pci_p->pci_ac[0]) != DDI_SUCCESS) { in map_pci_registers() 337 &attr, &pci_p->pci_ac[2]) != DDI_SUCCESS) { in map_pci_registers() 340 ddi_regs_map_free(&pci_p->pci_ac[0]); in map_pci_registers() 351 PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[1]) != DDI_SUCCESS) { in map_pci_registers() 355 ddi_regs_map_free(&pci_p->pci_ac[0]); in map_pci_registers() 357 ddi_regs_map_free(&pci_p->pci_ac[2]); in map_pci_registers() 379 ddi_regs_map_free(&pci_p->pci_ac[0]); in unmap_pci_registers() 380 ddi_regs_map_free(&pci_p->pci_ac[1]); in unmap_pci_registers() 382 ddi_regs_map_free(&pci_p->pci_ac[2]); in unmap_pci_registers()
|
H A D | pcisch.c | 475 &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()
|
/titanic_44/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_var.h | 163 ddi_acc_handle_t pci_ac[4]; member
|