Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-l2c.c171 union cvmx_l2c_pfctl pfctl; in cvmx_l2c_config_perf() local
173 pfctl.u64 = cvmx_read_csr(CVMX_L2C_PFCTL); in cvmx_l2c_config_perf()
177 pfctl.s.cnt0sel = event; in cvmx_l2c_config_perf()
178 pfctl.s.cnt0ena = 1; in cvmx_l2c_config_perf()
179 pfctl.s.cnt0rdclr = clear_on_read; in cvmx_l2c_config_perf()
182 pfctl.s.cnt1sel = event; in cvmx_l2c_config_perf()
183 pfctl.s.cnt1ena = 1; in cvmx_l2c_config_perf()
184 pfctl.s.cnt1rdclr = clear_on_read; in cvmx_l2c_config_perf()
187 pfctl.s.cnt2sel = event; in cvmx_l2c_config_perf()
188 pfctl.s.cnt2ena = 1; in cvmx_l2c_config_perf()
[all …]