Searched refs:S_PORTXMAP (Results 1 – 1 of 1) sorted by relevance
18238 #define S_PORTXMAP 24 macro18240 #define V_PORTXMAP(x) ((x) << S_PORTXMAP)18241 #define G_PORTXMAP(x) (((x) >> S_PORTXMAP) & M_PORTXMAP)