Searched refs:ITE_LCF_MIN_CARRIER_FREQ (Results 1 – 2 of 2) sorted by relevance
73 if (freq < ITE_LCF_MIN_CARRIER_FREQ) in ite_get_carrier_freq_bits()74 freq = ITE_LCF_MIN_CARRIER_FREQ; in ite_get_carrier_freq_bits()79 freq = DIV_ROUND_CLOSEST(freq - ITE_LCF_MIN_CARRIER_FREQ, 1000); in ite_get_carrier_freq_bits()91 if (freq < ITE_LCF_MIN_CARRIER_FREQ) in ite_get_pulse_width_bits()92 freq = ITE_LCF_MIN_CARRIER_FREQ; in ite_get_pulse_width_bits()
115 #define ITE_LCF_MIN_CARRIER_FREQ 27000 macro