Searched refs:S_LOFU (Results 1 – 1 of 1) sorted by relevance
53430 #define S_LOFU 8 macro53432 #define V_LOFU(x) ((x) << S_LOFU)53433 #define G_LOFU(x) (((x) >> S_LOFU) & M_LOFU)