Searched refs:dds (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/iio/dds/
H A Ddds.h2 * dds.h - sysfs attributes associated with DDS devices
14 IIO_DEVICE_ATTR(dds##_channel##_freq##_num, \
22 IIO_CONST_ATTR(dds##_channel##_freq_scale, _string)
29 IIO_DEVICE_ATTR(dds##_channel##_freqsymbol, \
37 IIO_DEVICE_ATTR(dds##_channel##_phase##_num, \
45 IIO_CONST_ATTR(dds##_channel##_phase_scale, _string)
52 IIO_DEVICE_ATTR(dds##_channel##_phasesymbol, \
60 IIO_DEVICE_ATTR(dds##_channel##_pincontrol_en, \
68 IIO_DEVICE_ATTR(dds##_channel##_pincontrol_freq_en, \
76 IIO_DEVICE_ATTR(dds##_channe
[all...]
H A Dad9850.c64 static IIO_DEVICE_ATTR(dds, S_IWUSR, NULL, ad9850_set_parameter, 0);
H A Dad5930.c78 static IIO_DEVICE_ATTR(dds, S_IWUSR, NULL, ad5930_set_parameter, 0);
H A Dad9852.c182 static IIO_DEVICE_ATTR(dds, S_IWUSR, NULL, ad9852_set_parameter, 0);
H A Dad9951.c112 static IIO_DEVICE_ATTR(dds, S_IWUSR, NULL, ad9951_set_parameter, 0);
H A Dad9910.c287 static IIO_DEVICE_ATTR(dds, S_IWUSR, NULL, ad9910_set_parameter, 0);
/drivers/staging/iio/
H A DMakefile27 obj-y += dds/
/drivers/media/dvb/frontends/
H A Ddib7000p.c795 u32 dds = state->cfg.bw->ifreq & 0x1ffffff; local
805 dds -= (abs_offset_khz * unit_khz_dds_val); /* /100 because of /100 on the unit_khz_dds_val line calc for better accuracy */
807 dds += (abs_offset_khz * unit_khz_dds_val);
809 if (abs_offset_khz <= (internal / 2)) { /* Max dds offset is the half of the demod freq */
810 dib7000p_write_word(state, 21, (u16) (((dds >> 16) & 0x1ff) | (0 << 10) | (invert << 9)));
811 dib7000p_write_word(state, 22, (u16) (dds & 0xffff));
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c7295 struct txdds_ent *dds; local
7311 dds = (struct txdds_ent *)(ppd->link_speed_active ==
7315 write_tx_serdes_param(ppd, dds);
7826 struct txdds_ent *dds; local
7829 dds = (struct txdds_ent *)(ppd->link_speed_active == QIB_IB_QDR ?
7832 write_tx_serdes_param(ppd, dds);

Completed in 161 milliseconds