Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_stc.h556 #define NI_E_DMA_AO_SEL(x) (((x) & 0xf) << 4) macro
557 #define NI_E_DMA_AO_SEL_MASK NI_E_DMA_AO_SEL(0xf)
H A Dni_mio_common.c607 NI_E_DMA_AO_SEL_MASK, NI_E_DMA_AO_SEL(bits)); in ni_request_ao_mite_channel()