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