Lines Matching defs:source

3041 	/* indicate that we want to use BC_Load_A_Register as the source */
3056 /* indicate that we want to use UC_Load_A_Register as the source */
4602 unsigned int chan, unsigned int source)
4605 if (source != ni_old_get_pfi_routing(dev, chan))
4621 unsigned int chan, unsigned int source)
4627 if ((source & 0x1f) != source)
4631 val |= NI_M_PFI_OUT_SEL(chan, source);
4654 unsigned int chan, unsigned int source)
4663 ? ni_m_series_set_pfi_routing(dev, chan, source)
4664 : ni_old_set_pfi_routing(dev, chan, source);
4847 * Set calibration adc source. Docs lie, reference select bits 8 to 11
4949 unsigned int source,
4963 if (source == NI_MIO_PLL_PXI10_CLOCK)
4982 switch (source) {
4992 if (source == NI_MIO_PLL_RTSI_CLOCK(rtsi)) {
5017 devpriv->clock_source = source;
5026 "%s: timed out waiting for PLL to lock to reference clock source %i with period %i ns\n",
5027 __func__, source, period_ns);
5034 unsigned int source, unsigned int period_ns)
5038 if (source == NI_MIO_INTERNAL_CLOCK) {
5051 devpriv->clock_source = source;
5054 return ni_mseries_set_pll_master_clock(dev, source,
5057 if (source == NI_MIO_RTSI_CLOCK) {
5069 devpriv->clock_source = source;
5079 unsigned int chan, unsigned int source)
5085 if (source == NI_RTSI_OUTPUT_RTSI_OSC)
5089 "%s: invalid source for channel=%i, channel %i is always the RTSI clock for pre-m-series boards\n",
5095 switch (source) {
5350 * Return: -EINVAL if the source is not valid to route to RGOUT0;
5373 * this particular source. This function does not actually unroute anything
5377 * Return: -EINVAL if the source is not already routed to RGOUT0 (or usage is
5461 * Return: -EINVAL if the source is not valid to route to NI_RTSI_BRD(i);
5519 * Return: -EINVAL if the source is not already routed to rtsi_brd(i) (or usage
5565 * Sets the source and direction of the 4 on board lines.
5656 * Retrieves the current source of the output selector for the given
5752 /* set routing source, then open output */
5825 /* find which RTSI_BRD line is source for rtsi pin */
5833 /* decrement/disconnect RTSI_BRD line from source */