Lines Matching defs:carrier
41 /* low limit for RX carrier freq, Hz, 0 for no RX demodulation */
44 MODULE_PARM_DESC(rx_low_carrier_freq, "Override low RX carrier frequency, Hz, 0 for no RX demodulation");
46 /* high limit for RX carrier freq, Hz, 0 for no RX demodulation */
49 MODULE_PARM_DESC(rx_high_carrier_freq, "Override high RX carrier frequency, Hz, 0 for no RX demodulation");
51 /* override tx carrier frequency */
54 MODULE_PARM_DESC(tx_carrier_freq, "Override TX carrier frequency, Hz");
64 MODULE_PARM_DESC(sample_period, "Override carrier sample period, us");
74 /* check whether carrier frequency is high frequency */
80 /* get the bits required to program the carrier frequency in CFQ bits,
209 /* set all the rx/tx carrier parameters; this must be called with the device
255 /* set the carrier parameters in a device-dependent way */
330 /* set the rx carrier freq range, guess it's in Hz... */
346 /* set the tx carrier freq, guess it's in Hz... */
347 static int ite_set_tx_carrier(struct rc_dev *rcdev, u32 carrier)
353 dev->params.tx_carrier_freq = carrier;
398 /* and set the carrier values for transmission */
488 * otherwise we could configure the RX carrier params instead of the
512 /* and set the carrier values for reception */
573 /* set the carrier parameters; to be called with the spinlock held */
756 /* program the carrier parameters */
785 /* set the carrier parameters; to be called with the spinlock held */
999 /* program the carrier parameters */
1082 /* set the carrier parameters; to be called with the spinlock held */
1286 /* program the carrier parameters */
1539 ite_pr(KERN_NOTICE, "TX carrier frequency (Hz): %d\n", (int)
1543 ite_pr(KERN_NOTICE, "RX low carrier frequency (Hz): %d\n", (int)
1545 ite_pr(KERN_NOTICE, "RX high carrier frequency (Hz): %d\n", (int)