Searched refs:tad (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/edac/
H A Docteon_edac-l2c.c61 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) _octeon_l2c_poll_oct2() argument
69 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad)); _octeon_l2c_poll_oct2()
80 edac_device_handle_ue(l2c, tad, 1, buf2); _octeon_l2c_poll_oct2()
86 edac_device_handle_ce(l2c, tad, 1, buf2); _octeon_l2c_poll_oct2()
92 edac_device_handle_ue(l2c, tad, 1, buf2); _octeon_l2c_poll_oct2()
98 edac_device_handle_ce(l2c, tad, 1, buf2); _octeon_l2c_poll_oct2()
101 cvmx_write_csr(CVMX_L2C_ERR_TDTX(tad), err_tdtx_reset.u64); _octeon_l2c_poll_oct2()
104 err_ttgx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TTGX(tad)); _octeon_l2c_poll_oct2()
115 edac_device_handle_ue(l2c, tad, 0, buf2); _octeon_l2c_poll_oct2()
121 edac_device_handle_ce(l2c, tad, 0, buf2); _octeon_l2c_poll_oct2()
124 cvmx_write_csr(CVMX_L2C_ERR_TTGX(tad), err_ttgx_reset.u64); _octeon_l2c_poll_oct2()
/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c204 int tad; cvmx_l2c_config_perf() local
227 for (tad = 0; tad < CVMX_L2C_TADS; tad++) cvmx_l2c_config_perf()
228 cvmx_write_csr(CVMX_L2C_TADX_PRF(tad), cvmx_l2c_config_perf()
241 int tad; cvmx_l2c_read_perf() local
242 for (tad = 0; tad < CVMX_L2C_TADS; tad++) cvmx_l2c_read_perf()
243 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad)); cvmx_l2c_read_perf()
251 int tad; cvmx_l2c_read_perf() local
252 for (tad = 0; tad < CVMX_L2C_TADS; tad++) cvmx_l2c_read_perf()
253 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC1(tad)); cvmx_l2c_read_perf()
261 int tad; cvmx_l2c_read_perf() local
262 for (tad = 0; tad < CVMX_L2C_TADS; tad++) cvmx_l2c_read_perf()
263 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC2(tad)); cvmx_l2c_read_perf()
272 int tad; cvmx_l2c_read_perf() local
273 for (tad = 0; tad < CVMX_L2C_TADS; tad++) cvmx_l2c_read_perf()
274 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC3(tad)); cvmx_l2c_read_perf()
/linux-4.4.14/arch/mips/lib/
H A Dstrnlen_user.S26 * the maximum is a tad hairier ...
/linux-4.4.14/drivers/scsi/
H A Dhpsa_cmd.h356 #define GET_TYPE(tad) ((tad) & 0x07)
357 #define GET_ATTR(tad) (((tad) >> 3) & 0x07)
358 #define GET_DIR(tad) (((tad) >> 6) & 0x03)
/linux-4.4.14/net/rds/
H A Dcong.c70 * Interaction with poll is a tad tricky. We want all processes stuck in
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c327 * Monitor mode handling is a tad complicated because the firmware requires

Completed in 403 milliseconds