tcamy            2124 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	u64 tcamy, tcamx, val;
tcamy            2144 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		tcamy = DMACH_G(val) << 32;
tcamy            2145 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		tcamy |= t4_read_reg(padap, MPS_CLS_TCAM_RDATA0_REQ_ID1_A);
tcamy            2178 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		tcamy = t4_read_reg64(padap, MPS_CLS_TCAM_Y_L(idx));
tcamy            2183 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	if (tcamx & tcamy)
tcamy            2236 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	cudbg_tcamxy2valmask(tcamx, tcamy, tcam->addr, &tcam->mask);
tcamy            1699 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		u64 tcamy, tcamx, val;
tcamy            1720 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			tcamy = DMACH_G(val) << 32;
tcamy            1721 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			tcamy |= t4_read_reg(adap, MPS_CLS_TCAM_DATA0_A);
tcamy            1753 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			tcamy = t4_read_reg64(adap, MPS_CLS_TCAM_Y_L(idx));
tcamy            1760 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		if (tcamx & tcamy) {
tcamy            1810 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		tcamxy2valmask(tcamx, tcamy, addr, &mask);