Searched refs:S_PORTMAP (Results 1 – 1 of 1) sorted by relevance
16190 #define S_PORTMAP 0 macro16192 #define V_PORTMAP(x) ((x) << S_PORTMAP)16193 #define G_PORTMAP(x) (((x) >> S_PORTMAP) & M_PORTMAP)