Searched refs:NI_GPCT_RTSI_CLOCK_SRC_BITS (Results 1 – 2 of 2) sorted by relevance
634 if (clock_select_bits == NI_GPCT_RTSI_CLOCK_SRC_BITS(i)) { in ni_660x_source_select_bits()693 if (clock_select_bits == NI_GPCT_RTSI_CLOCK_SRC_BITS(i)) { in ni_m_series_source_select_bits()875 clock_source = NI_GPCT_RTSI_CLOCK_SRC_BITS(i); in ni_m_series_clock_src_select()931 clock_source = NI_GPCT_RTSI_CLOCK_SRC_BITS(i); in ni_660x_clock_src_select()
624 static inline unsigned NI_GPCT_RTSI_CLOCK_SRC_BITS(unsigned n) in NI_GPCT_RTSI_CLOCK_SRC_BITS() function