Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_660x.c87 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8)) macro
88 #define NI660X_IO_CFG_OUT_SEL_MASK(_c) NI660X_IO_CFG_OUT_SEL((_c), 0x3)
589 bits |= NI660X_IO_CFG_OUT_SEL(chan, 0); /* high-z */ in ni_660x_select_pfi_output()
596 bits |= NI660X_IO_CFG_OUT_SEL(chan, out_sel); in ni_660x_select_pfi_output()