Searched refs:CVMX_GMXX_RX_PASS_MAPX (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gmxx-defs.h1527 static inline uint64_t CVMX_GMXX_RX_PASS_MAPX(unsigned long offset, unsigned long block_id) function
1532 cvmx_warn("CVMX_GMXX_RX_PASS_MAPX(%lu,%lu) is invalid on this chip\n", offset, block_id);
1536 #define CVMX_GMXX_RX_PASS_MAPX(offset, block_id) (CVMX_ADD_IO_SEG(0x0001180008000600ull) + (((offset) & 15) + ((block_id) & 1) * 0x1000000ull) * 8) macro

Completed in 165 milliseconds