Searched refs:S_RSPD_LEN (Results 1 – 1 of 1) sorted by relevance
238 #define S_RSPD_LEN 0 macro240 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)241 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)
Completed in 4 milliseconds