Searched refs:prevent_OOB (Results 1 – 2 of 2) sorted by relevance
166 int p2G4_freq_from_d(double center_freq, int prevent_OOB, p2G4_freq_t *result){ in p2G4_freq_from_d() argument183 if ( ( prevent_OOB == 1 ) && ( ( center_freq > 80) || (center_freq < 0 ) ) ){ in p2G4_freq_from_d()
25 int p2G4_freq_from_d(double center_freq, int prevent_OOB, p2G4_freq_t *result);