Home
last modified time | relevance | path

Searched refs:HAL_PERCAL_DATA (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c31 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 = {
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.h57 } HAL_PERCAL_DATA; typedef
63 const HAL_PERCAL_DATA *calData;
H A Dar5416_cal_adcdc.c65 const HAL_PERCAL_DATA *calData = cal->cal_curr->calData; in ar5416AdcDcCalibration()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c39 static const HAL_PERCAL_DATA ar9287_iq_cal = { /* single sample */
46 static const HAL_PERCAL_DATA ar9287_adc_gain_cal = { /* single sample */
53 static const HAL_PERCAL_DATA ar9287_adc_dc_cal = { /* single sample */
60 static const HAL_PERCAL_DATA ar9287_adc_init_dc_cal = {
H A Dar9285_attach.c40 static const HAL_PERCAL_DATA ar9280_iq_cal = { /* single sample */
47 static const HAL_PERCAL_DATA ar9280_adc_gain_cal = { /* single sample */
54 static const HAL_PERCAL_DATA ar9280_adc_dc_cal = { /* single sample */
61 static const HAL_PERCAL_DATA ar9280_adc_init_dc_cal = {
H A Dar9280_attach.c35 static const HAL_PERCAL_DATA ar9280_iq_cal = { /* single sample */
42 static const HAL_PERCAL_DATA ar9280_adc_gain_cal = { /* single sample */
49 static const HAL_PERCAL_DATA ar9280_adc_dc_cal = { /* single sample */
56 static const HAL_PERCAL_DATA ar9280_adc_init_dc_cal = {
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h367 } HAL_PERCAL_DATA; typedef
371 const HAL_PERCAL_DATA *cal_data;
H A Dar9300_attach.c77 static const HAL_PERCAL_DATA iq_cal_single_sample =
H A Dar9300_reset.c3428 const HAL_PERCAL_DATA *cal_data; in ar9300_run_init_cals()