Searched refs:NI_M_PFI_GATE_SEL (Results 1 – 1 of 1) sorted by relevance
74 #define NI_M_PFI_GATE_SEL(x) (((x) < 10) ? (1 + (x)) : (0xb + (x))) macro1273 if (gate == NI_M_PFI_GATE_SEL(i)) { in ni_m_gate_to_generic_gate()