Searched refs:ITE_LCF_MIN_CARRIER_FREQ (Results 1 – 2 of 2) sorted by relevance
114 if (freq < ITE_LCF_MIN_CARRIER_FREQ) in ite_get_carrier_freq_bits()115 freq = ITE_LCF_MIN_CARRIER_FREQ; in ite_get_carrier_freq_bits()121 DIV_ROUND_CLOSEST(freq - ITE_LCF_MIN_CARRIER_FREQ, in ite_get_carrier_freq_bits()134 if (freq < ITE_LCF_MIN_CARRIER_FREQ) in ite_get_pulse_width_bits()135 freq = ITE_LCF_MIN_CARRIER_FREQ; in ite_get_pulse_width_bits()
152 #define ITE_LCF_MIN_CARRIER_FREQ 27000 macro