Searched refs:SBP2_ORBP_MASK (Results 1 – 1 of 1) sorted by relevance
94 #define SBP2_ORBP_MASK (SBP2_ORBP_NULL | SBP2_ORBP_OFFSET) macro97 ((uint32_t)(((orbp) & SBP2_ORBP_MASK) >> 32))98 #define SBP2_ORBP_LO(orbp) ((uint32_t)((orbp) & SBP2_ORBP_MASK))