Searched refs:S_DEBUG_PORT_SEL (Results 1 – 1 of 1) sorted by relevance
45172 #define S_DEBUG_PORT_SEL 10 macro45174 #define V_DEBUG_PORT_SEL(x) ((x) << S_DEBUG_PORT_SEL)45175 #define G_DEBUG_PORT_SEL(x) (((x) >> S_DEBUG_PORT_SEL) & M_DEBUG_PORT_SEL)