Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_stc.h807 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c)) macro
H A Dni_mio_common.c4606 val &= ~NI_M_PFI_OUT_SEL_MASK(chan); in ni_m_series_set_pfi_routing()