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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tra-defs.h64 #define CVMX_TRA_FILT_CMD (CVMX_TRAX_FILT_CMD(0))
H A Dcvmx-tra.c377 cvmx_write_csr(CVMX_TRAX_FILT_CMD(tad), filt_cmd.u64);
436 cvmx_write_csr(CVMX_TRAX_FILT_CMD(tra), filt_cmd.u64);
H A Dcvmx-trax-defs.h174 static inline uint64_t CVMX_TRAX_FILT_CMD(unsigned long block_id) function
187 cvmx_warn("CVMX_TRAX_FILT_CMD(%lu) is invalid on this chip\n", block_id);
191 #define CVMX_TRAX_FILT_CMD(block_id) (CVMX_ADD_IO_SEG(0x00011800A8000040ull) + ((block_id) & 3) * 0x100000ull) macro

Completed in 117 milliseconds