Searched refs:rtsi_channel (Results 1 – 2 of 2) sorted by relevance
526 static inline unsigned RTSI_Trig_Output_Bits(unsigned rtsi_channel, in RTSI_Trig_Output_Bits() argument529 return (source & 0xf) << ((rtsi_channel % 4) * 4); in RTSI_Trig_Output_Bits()532 static inline unsigned RTSI_Trig_Output_Mask(unsigned rtsi_channel) in RTSI_Trig_Output_Mask() argument534 return 0xf << ((rtsi_channel % 4) * 4); in RTSI_Trig_Output_Mask()538 static inline unsigned RTSI_Trig_Output_Source(unsigned rtsi_channel, in RTSI_Trig_Output_Source() argument541 return (bits >> ((rtsi_channel % 4) * 4)) & 0xf; in RTSI_Trig_Output_Source()
4882 unsigned rtsi_channel; in ni_mseries_set_pll_master_clock() local4885 for (rtsi_channel = 0; rtsi_channel <= max_rtsi_channel; in ni_mseries_set_pll_master_clock()4886 ++rtsi_channel) { in ni_mseries_set_pll_master_clock()4888 NI_MIO_PLL_RTSI_CLOCK(rtsi_channel)) { in ni_mseries_set_pll_master_clock()4891 (rtsi_channel); in ni_mseries_set_pll_master_clock()4895 if (rtsi_channel > max_rtsi_channel) in ni_mseries_set_pll_master_clock()