Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_660x.c89 #define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12)) macro
90 #define NI660X_IO_CFG_IN_SEL_MASK(_c) NI660X_IO_CFG_IN_SEL((_c), 0x7)
689 val |= NI660X_IO_CFG_IN_SEL(chan, value); in ni_660x_set_pfi_filter()