Searched refs:S_DEBUG_PORT_SEL (Results 1 – 1 of 1) sorted by relevance
45174 #define S_DEBUG_PORT_SEL 10 macro45176 #define V_DEBUG_PORT_SEL(x) ((x) << S_DEBUG_PORT_SEL)45177 #define G_DEBUG_PORT_SEL(x) (((x) >> S_DEBUG_PORT_SEL) & M_DEBUG_PORT_SEL)