Searched refs:ITE_LCF_MIN_CARRIER_FREQ (Results 1 – 2 of 2) sorted by relevance
107 if (freq < ITE_LCF_MIN_CARRIER_FREQ) in ite_get_carrier_freq_bits()108 freq = ITE_LCF_MIN_CARRIER_FREQ; in ite_get_carrier_freq_bits()114 DIV_ROUND_CLOSEST(freq - ITE_LCF_MIN_CARRIER_FREQ, in ite_get_carrier_freq_bits()127 if (freq < ITE_LCF_MIN_CARRIER_FREQ) in ite_get_pulse_width_bits()128 freq = ITE_LCF_MIN_CARRIER_FREQ; in ite_get_pulse_width_bits()
147 #define ITE_LCF_MIN_CARRIER_FREQ 27000 macro