Home
last modified time | relevance | path

Searched refs:NI_M_PFI_CHAN (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_stc.h797 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) macro
798 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c))
799 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c))
800 #define NI_M_PFI_OUT_SEL_TO_SRC(_c, _b) (((_b) >> NI_M_PFI_CHAN(_c)) & 0x1f)