Searched refs:RHF_EGR_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
258 #define RHF_EGR_INDEX_MASK 0x7ffull macro259 #define RHF_EGR_INDEX_SMASK (RHF_EGR_INDEX_MASK << RHF_EGR_INDEX_SHIFT)373 return (rhf >> RHF_EGR_INDEX_SHIFT) & RHF_EGR_INDEX_MASK; in rhf_egr_index()