Searched refs:BitPos (Results 1 – 1 of 1) sorted by relevance
138 static void __INLINE synopGMACSetBits(u32 *RegBase, u32 RegOffset, u32 BitPos) in synopGMACSetBits() argument142 data |= BitPos; in synopGMACSetBits()158 static void __INLINE synopGMACClearBits(u32 *RegBase, u32 RegOffset, u32 BitPos) in synopGMACClearBits() argument162 data &= (~BitPos); in synopGMACClearBits()177 static bool __INLINE synopGMACCheckBits(u32 *RegBase, u32 RegOffset, u32 BitPos) in synopGMACCheckBits() argument181 data &= BitPos; in synopGMACCheckBits()