Searched refs:DMACH_G (Results 1 – 3 of 3) sorted by relevance
2131 tcamy = DMACH_G(val) << 32; in cudbg_collect_tcam_index()2156 tcamx = DMACH_G(val) << 32; in cudbg_collect_tcam_index()
1736 tcamy = DMACH_G(val) << 32; in mps_tcam_show()1760 tcamx = DMACH_G(val) << 32; in mps_tcam_show()
2637 #define DMACH_G(x) (((x) >> DMACH_S) & DMACH_M) macro