Searched defs:__pin (Results 1 – 1 of 1) sorted by relevance
25 #define WMT_BANK_FROM_PIN(__pin) (__pin >> 5) argument26 #define WMT_BIT_FROM_PIN(__pin) (__pin & 0x1f) argument