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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-fpa.c82 current_num = cvmx_read_csr(CVMX_FPA_QUEX_AVAILABLE(pool));
H A Dcvmx-fpa.h190 if (cvmx_read_csr(CVMX_FPA_QUEX_AVAILABLE(pool)) > 0)
H A Dcvmx-helper.c1187 queue_available.u64 = cvmx_read_csr(CVMX_FPA_QUEX_AVAILABLE(8));
1189 /* Make CVMX_FPA_QUEX_AVAILABLE(8) % 16 == 0*/
1207 queue_available.u64 = cvmx_read_csr(CVMX_FPA_QUEX_AVAILABLE(8));
H A Dcvmx-fpa-defs.h231 static inline uint64_t CVMX_FPA_QUEX_AVAILABLE(unsigned long offset) function
246 cvmx_warn("CVMX_FPA_QUEX_AVAILABLE(%lu) is invalid on this chip\n", offset);
250 #define CVMX_FPA_QUEX_AVAILABLE(offset) (CVMX_ADD_IO_SEG(0x0001180028000098ull) + ((offset) & 15) * 8) macro

Completed in 192 milliseconds