Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h465 #define CVMX_PCI_DMA_INT_LEV0 CVMX_PCI_DMA_INT_LEVX(0)
466 #define CVMX_PCI_DMA_INT_LEV1 CVMX_PCI_DMA_INT_LEVX(1)
468 static inline uint64_t CVMX_PCI_DMA_INT_LEVX(unsigned long offset) in CVMX_PCI_DMA_INT_LEVX() function
480 #define CVMX_PCI_DMA_INT_LEVX(offset) (0x00000000000000A4ull + ((offset) & 1) * 8) macro