Searched refs:NI_E_DMA_G0_G1_SEL (Results 1 – 2 of 2) sorted by relevance
560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) macro561 #define NI_E_DMA_G0_G1_SEL_MASK(_g) NI_E_DMA_G0_G1_SEL((_g), 0xf)
638 NI_E_DMA_G0_G1_SEL(gpct_index, bits)); in ni_request_gpct_mite_channel()