Home
last modified time | relevance | path

Searched defs:per_cal_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.h49 typedef struct per_cal_data { struct
50 const char *calName; /* for diagnostics */
51 HAL_CAL_TYPE calType; /* Type of calibration */
52 uint32_t calNumSamples; /* # SW samples to collect */
53 uint32_t calCountMax; /* # HW samples to collect */
54 void (*calCollect)(struct ath_hal *); /* Accumulator function */
56 void (*calPostProc)(struct ath_hal *, uint8_t);
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h361 typedef struct per_cal_data { struct
362 HAL_CAL_TYPES cal_type; // Type of calibration
363 u_int32_t cal_num_samples; // Number of SW samples to collect
364 u_int32_t cal_count_max; // Number of HW samples to collect
365 void (*cal_collect)(struct ath_hal *, u_int8_t); // Accumulator func
366 void (*cal_post_proc)(struct ath_hal *, u_int8_t); // Post-processing func