Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dni_stc.h805 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) macro
806 #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)
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dni_stc.h805 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) macro
806 #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)

Completed in 7 milliseconds