Searched refs:S_FW_RIGHT_SIDE (Results 1 – 1 of 1) sorted by relevance
59162 #define S_FW_RIGHT_SIDE 5 macro59164 #define V_FW_RIGHT_SIDE(x) ((x) << S_FW_RIGHT_SIDE)59165 #define G_FW_RIGHT_SIDE(x) (((x) >> S_FW_RIGHT_SIDE) & M_FW_RIGHT_SIDE)