Searched refs:HAL_PERCAL_DATA (Results 1 – 5 of 5) sorted by relevance
31 static const HAL_PERCAL_DATA ar9160_iq_cal = { /* multi sample */38 static const HAL_PERCAL_DATA ar9160_adc_gain_cal = { /* multi sample */45 static const HAL_PERCAL_DATA ar9160_adc_dc_cal = { /* multi sample */52 static const HAL_PERCAL_DATA ar9160_adc_init_dc_cal = {
36 static const HAL_PERCAL_DATA ar9280_iq_cal = { /* single sample */43 static const HAL_PERCAL_DATA ar9280_adc_gain_cal = { /* single sample */50 static const HAL_PERCAL_DATA ar9280_adc_dc_cal = { /* single sample */57 static const HAL_PERCAL_DATA ar9280_adc_init_dc_cal = {
57 } HAL_PERCAL_DATA; typedef63 const HAL_PERCAL_DATA *calData;
34 static const HAL_PERCAL_DATA ar9280_iq_cal = { /* single sample */41 static const HAL_PERCAL_DATA ar9280_adc_gain_cal = { /* single sample */48 static const HAL_PERCAL_DATA ar9280_adc_dc_cal = { /* single sample */55 static const HAL_PERCAL_DATA ar9280_adc_init_dc_cal = {
65 const HAL_PERCAL_DATA *calData = cal->cal_curr->calData; in ar5416AdcDcCalibration()