Searched defs:RTSI_channel (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dni_stc.h342 printk("%s: bug, invalid RTSI_channel=%i\n", __func__, channel);
1176 RTSI_channel)
1178 if (RTSI_channel > 7) {
1179 printk("%s: bug, invalid RTSI_channel=%i\n", __func__,
1180 RTSI_channel);
1183 if (RTSI_channel == 7)
1186 return MSeries_PLL_In_Source_Select_RTSI0_Bits + RTSI_channel;
1175 MSeries_PLL_In_Source_Select_RTSI_Bits(unsigned RTSI_channel) argument

Completed in 16 milliseconds