Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tra.c353 int tad; in cvmx_tra_setup() local
374 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_tra_setup()
467 int tad; in cvmx_tra_trig_setup() local
483 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_tra_trig_setup()
865 int tad; in cvmx_tra_display() local
869 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_tra_display()
870 data[tad] = cvmx_tra_read_v2(tad); in cvmx_tra_display()
872 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_tra_display()
876 if (data[tad].cmn2.valid) in cvmx_tra_display()
878 _cvmx_tra_unit = tad; in cvmx_tra_display()
[all …]
H A Dcvmx-l2c.c255 int tad; in cvmx_l2c_config_perf() local
278 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_config_perf()
292 int tad; in cvmx_l2c_read_perf() local
293 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
302 int tad; in cvmx_l2c_read_perf() local
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()
922 uint32_t tad; in cvmx_l2c_address_to_tad() local
932 tad = 0; in cvmx_l2c_address_to_tad()
[all …]
H A Dcvmx-tra.h711 int tad; in cvmx_tra_enable() local
713 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_tra_enable()
715 control.u64 = cvmx_read_csr(CVMX_TRAX_CTL(tad)); in cvmx_tra_enable()
717 cvmx_write_csr(CVMX_TRAX_CTL(tad), control.u64); in cvmx_tra_enable()
718 cvmx_read_csr(CVMX_TRAX_CTL(tad)); in cvmx_tra_enable()
H A Dcvmx-l2c.h382 cvmx_l2c_tag_t cvmx_l2c_get_tag_v2(uint32_t association, uint32_t index, uint32_t tad);