Searched refs:rx_low_carrier_freq (Results 1 – 2 of 2) sorted by relevance
56 static int rx_low_carrier_freq; variable57 module_param(rx_low_carrier_freq, int, S_IRUGO | S_IWUSR);58 MODULE_PARM_DESC(rx_low_carrier_freq, "Override low RX carrier frequency, Hz, "242 low_freq = dev->params.rx_low_carrier_freq; in ite_set_carrier_params()346 dev->params.rx_low_carrier_freq = carrier_low; in ite_set_rx_carrier_range()1351 .rx_low_carrier_freq = 0,1376 .rx_low_carrier_freq = 0,1401 .rx_low_carrier_freq = 0,1427 .rx_low_carrier_freq = 0,1540 if (rx_low_carrier_freq > 0) in ite_probe()[all …]
70 unsigned int rx_low_carrier_freq; member