Searched refs:S_USERPROGINPUT (Results 1 – 1 of 1) sorted by relevance
52492 #define S_USERPROGINPUT 16 macro52494 #define V_USERPROGINPUT(x) ((x) << S_USERPROGINPUT)52495 #define G_USERPROGINPUT(x) (((x) >> S_USERPROGINPUT) & M_USERPROGINPUT)