Searched defs:OsalTestClearBitWrapper (Results 1 – 5 of 5) sorted by relevance
37 #define OsalTestClearBitWrapper(nr, addr) BitDoNotSupport(nr, addr) macro
37 #define OsalTestClearBitWrapper(nr, addr) test_and_clear_bit(nr, addr) macro
71 static inline int32_t OsalTestClearBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalTestClearBitWrapper() function