Home
last modified time | relevance | path

Searched refs:pci_sync_buf_timeout (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h132 extern hrtime_t pci_sync_buf_timeout;
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_space.c178 hrtime_t pci_sync_buf_timeout = 1ll * NANOSEC; /* 1 second in nanoseconds */ variable
H A Dpci_dma.c116 for (; gethrtime() - start_time < pci_sync_buf_timeout; loops++) in pci_dma_sync_flag_wait()
H A Dpcisch.c420 if (gethrtime() - start_time > pci_sync_buf_timeout) in pci_pbm_dma_sync()