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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gmxx-defs.h2115 static inline uint64_t CVMX_GMXX_TXX_PIPE(unsigned long offset, unsigned long block_id) function
2119 cvmx_warn("CVMX_GMXX_TXX_PIPE(%lu,%lu) is invalid on this chip\n", offset, block_id);
2123 #define CVMX_GMXX_TXX_PIPE(offset, block_id) (CVMX_ADD_IO_SEG(0x0001180008000310ull) + (((offset) & 3) + ((block_id) & 7) * 0x2000ull) * 2048) macro
H A Dcvmx-helper-util.c527 CVMX_GMXX_TXX_PIPE(index, interface));
530 cvmx_write_csr(CVMX_GMXX_TXX_PIPE(index, interface),

Completed in 170 milliseconds