Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar9001/
Dar9130_attach.c36 static const HAL_PERCAL_DATA ar9130_iq_cal = { /* multi sample */
43 static const HAL_PERCAL_DATA ar9130_adc_gain_cal = { /* multi sample */
50 static const HAL_PERCAL_DATA ar9130_adc_dc_cal = { /* multi sample */
57 static const HAL_PERCAL_DATA ar9130_adc_init_dc_cal = {
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-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_cal.h57 } HAL_PERCAL_DATA; typedef
63 const HAL_PERCAL_DATA *calData;
Dar5416_cal_adcdc.c65 const HAL_PERCAL_DATA *calData = cal->cal_curr->calData; in ar5416AdcDcCalibration()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar9002/
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 = {
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 = {
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-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300.h375 } HAL_PERCAL_DATA; typedef
379 const HAL_PERCAL_DATA *cal_data;
Dar9300_attach.c73 static const HAL_PERCAL_DATA iq_cal_single_sample =
Dar9300_reset.c3212 const HAL_PERCAL_DATA *cal_data; in ar9300_run_init_cals()