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