Searched refs:DIGITAL_OFFSET_STEP_PPB (Results 1 – 1 of 1) sorted by relevance
89 #define DIGITAL_OFFSET_STEP_PPB 3050 macro603 offset |= 128 - (-freq_ppb / DIGITAL_OFFSET_STEP_PPB); in rx8130ce_set_calibration()606 offset |= freq_ppb / DIGITAL_OFFSET_STEP_PPB; in rx8130ce_set_calibration()638 *freq_ppb = -((128 - offset) * DIGITAL_OFFSET_STEP_PPB); in rx8130ce_get_calibration()640 *freq_ppb = offset * DIGITAL_OFFSET_STEP_PPB; in rx8130ce_get_calibration()