Searched refs:CTLXYBITSEL_V (Results 1 – 3 of 3) sorted by relevance
1713 ctl = CTLCMDTYPE_V(0) | CTLXYBITSEL_V(0); in mps_tcam_show()1742 ctl |= CTLXYBITSEL_V(1); in mps_tcam_show()
2123 ctl = CTLREQID_V(1) | CTLCMDTYPE_V(0) | CTLXYBITSEL_V(0); in cudbg_collect_tcam_index()2153 ctl |= CTLXYBITSEL_V(1); in cudbg_collect_tcam_index()
2657 #define CTLXYBITSEL_V(x) ((x) << CTLXYBITSEL_S) macro