Searched refs:CVMX_SRIOX_IMSG_QOS_GRPX (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h140 static inline uint64_t CVMX_SRIOX_IMSG_QOS_GRPX(unsigned long offset, unsigned long block_id) function
145 cvmx_warn("CVMX_SRIOX_IMSG_QOS_GRPX(%lu,%lu) is invalid on this chip\n", offset, block_id);
149 #define CVMX_SRIOX_IMSG_QOS_GRPX(offset, block_id) (CVMX_ADD_IO_SEG(0x00011800C8000600ull) + (((offset) & 31) + ((block_id) & 3) * 0x200000ull) * 8) macro

Completed in 105 milliseconds