Home
last modified time | relevance | path

Searched refs:BitPos (Results 1 – 1 of 1) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_plat.h138 static void __INLINE synopGMACSetBits(u32 *RegBase, u32 RegOffset, u32 BitPos) in synopGMACSetBits() argument
142 data |= BitPos; in synopGMACSetBits()
158 static void __INLINE synopGMACClearBits(u32 *RegBase, u32 RegOffset, u32 BitPos) in synopGMACClearBits() argument
162 data &= (~BitPos); in synopGMACClearBits()
177 static bool __INLINE synopGMACCheckBits(u32 *RegBase, u32 RegOffset, u32 BitPos) in synopGMACCheckBits() argument
181 data &= BitPos; in synopGMACCheckBits()