Searched refs:__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
139 #define for_each_hpd_pin(__pin) \ argument140 for ((__pin) = (HPD_NONE + 1); (__pin) < HPD_NUM_PINS; (__pin)++)