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