Searched refs:S_PORTMAP (Results 1 – 1 of 1) sorted by relevance
43523 #define S_PORTMAP 0 macro43525 #define V_PORTMAP(x) ((x) << S_PORTMAP)43526 #define G_PORTMAP(x) (((x) >> S_PORTMAP) & M_PORTMAP)