Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dma-engine.c356 cvmx_write_csr(CVMX_DPI_DMAX_DBELL(engine), cmd_count); in cvmx_dma_engine_submit()
H A Dcvmx-dpi-defs.h93 static inline uint64_t CVMX_DPI_DMAX_DBELL(unsigned long offset) in CVMX_DPI_DMAX_DBELL() function
105 #define CVMX_DPI_DMAX_DBELL(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000200ull) + ((offset) & 7) * 8) macro