Searched refs:FREQ_HI (Results 1 – 3 of 3) sorted by relevance
54 #define FREQ_HI 150*16000 macro201 v.rangehigh = FREQ_HI; in radio_function()225 if ( tmp<FREQ_LO || tmp>FREQ_HI ) in radio_function()325 if((ofreq<FREQ2BITS(FREQ_LO)) || (ofreq>FREQ2BITS(FREQ_HI))) in radio_power_on()
64 #define FREQ_HI 150*16000 macro208 v.rangehigh = FREQ_HI; in radio_function()242 if ( tmp<FREQ_LO || tmp>FREQ_HI ) in radio_function()
57 #define FREQ_HI (1 << 3)/* Use High-frequency ANFI filters */ macro