Searched refs:NI_M_PFI_CHAN (Results 1 – 1 of 1) sorted by relevance
805 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) macro806 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c))807 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c))808 #define NI_M_PFI_OUT_SEL_TO_SRC(_c, _b) (((_b) >> NI_M_PFI_CHAN(_c)) & 0x1f)