Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h482 #define CVMX_PCI_DMA_TIME0 CVMX_PCI_DMA_TIMEX(0)
483 #define CVMX_PCI_DMA_TIME1 CVMX_PCI_DMA_TIMEX(1)
485 static inline uint64_t CVMX_PCI_DMA_TIMEX(unsigned long offset) in CVMX_PCI_DMA_TIMEX() function
497 #define CVMX_PCI_DMA_TIMEX(offset) (0x00000000000000B0ull + ((offset) & 1) * 4) macro