Searched refs:S_DBGICMD (Results 1 – 2 of 2) sorted by relevance
3719 val = (0x4 << S_DBGICMD) | tid; in cudbg_read_tid()
39379 #define S_DBGICMD 20 macro39381 #define V_DBGICMD(x) ((x) << S_DBGICMD)39382 #define G_DBGICMD(x) (((x) >> S_DBGICMD) & M_DBGICMD)