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