Searched refs:S_USERPROGINPUT (Results 1 – 1 of 1) sorted by relevance
52487 #define S_USERPROGINPUT 16 macro52489 #define V_USERPROGINPUT(x) ((x) << S_USERPROGINPUT)52490 #define G_USERPROGINPUT(x) (((x) >> S_USERPROGINPUT) & M_USERPROGINPUT)