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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tra.c374 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
410 if ((tra + 1) > CVMX_L2C_TADS)
412 cvmx_dprintf("cvmx_tra_setup_per_tra: Invalid tra(%d), max allowed (%d)\n", tra, CVMX_L2C_TADS - 1);
483 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
861 if (CVMX_L2C_TADS > 1)
869 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
872 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
H A Dcvmx-tra.h713 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
732 if ((tra + 1) > CVMX_L2C_TADS)
734 cvmx_dprintf("cvmx_tra_enable: Invalid TRA(%d), max allowed are %d\n", tra, CVMX_L2C_TADS - 1);
H A Dcvmx-l2c.h100 #define CVMX_L2C_TADS ((OCTEON_IS_MODEL(OCTEON_CN68XX)) ? 4 : 1) macro
H A Dcvmx-l2c.c278 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
293 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
303 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
313 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
324 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
775 if (tad > CVMX_L2C_TADS) {

Completed in 69 milliseconds