Searched refs:S_PORTL (Results 1 – 1 of 1) sorted by relevance
33303 #define S_PORTL 0 macro33305 #define V_PORTL(x) ((x) << S_PORTL)33306 #define G_PORTL(x) (((x) >> S_PORTL) & M_PORTL)