Home
last modified time | relevance | path

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

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