Home
last modified time | relevance | path

Searched refs:pci_stream_buf_exists (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_sc.c56 if (!pci_stream_buf_exists) in sc_create()
116 if (!pci_stream_buf_exists) in sc_destroy()
H A Dpci_space.c140 uint_t pci_stream_buf_exists = 1; variable
H A Dpcipsy.c332 if (pci_stream_buf_exists && in map_pci_registers()
353 if (pci_stream_buf_exists) in map_pci_registers()
378 if (pci_stream_buf_exists) in unmap_pci_registers()
390 return ((uintptr_t)pci_p->pci_address[pci_stream_buf_exists ? 2 : 0]); in get_reg_base()
1217 (pci_stream_buf_exists ? 0 : PSYCHO_PCI_PBM_REG_BASE))); in get_pbm_reg_base()
H A Dpci_util.c94 pci_stream_buf_exists = 0; in get_pci_properties()
H A Dpci_dma.c191 ASSERT(pci_stream_buf_exists && (pci_stream_buf_enable & 1 << ret)); in pci_dma_sync()
523 if (!pci_stream_buf_enable || !pci_stream_buf_exists) in pci_dma_consist_check()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h69 extern uint_t pci_stream_buf_exists;