Searched refs:S_PORTMAP (Results 1 – 1 of 1) sorted by relevance
34572 #define S_PORTMAP 0 macro34574 #define V_PORTMAP(x) ((x) << S_PORTMAP)34575 #define G_PORTMAP(x) (((x) >> S_PORTMAP) & M_PORTMAP)