Searched defs:v_MASK_INT_HOTPLUG (Results 1 – 3 of 3) sorted by relevance
304 #define v_MASK_INT_HOTPLUG(x) (((x) & 0x1) << 5) macro
279 #define v_MASK_INT_HOTPLUG(n) ((n & 0x1) << 5) macro
311 #define v_MASK_INT_HOTPLUG(n) (((n) & 0x1) << 5) macro