Linux Kernel
3.7.1
|
#include "hw.h"
#include "hw-ops.h"
#include "ar9003_phy.h"
#include "ar9003_rtt.h"
#include "ar9003_mci.h"
Go to the source code of this file.
Data Structures | |
struct | coeff |
Macros | |
#define | MAX_MEASUREMENT MAX_IQCAL_MEASUREMENT |
#define | MAX_MAG_DELTA 11 |
#define | MAX_PHS_DELTA 10 |
#define | DELPT 32 |
#define | CL_TAB_ENTRY(reg_base) (reg_base + (4 * j)) |
Enumerations | |
enum | ar9003_cal_types { IQ_MISMATCH_CAL = BIT(0), TEMP_COMP_CAL = BIT(1) } |
Functions | |
void | ar9003_hw_attach_calib_ops (struct ath_hw *ah) |
#define CL_TAB_ENTRY | ( | reg_base | ) | (reg_base + (4 * j)) |
#define DELPT 32 |
Definition at line 391 of file ar9003_calib.c.
#define MAX_MAG_DELTA 11 |
Definition at line 24 of file ar9003_calib.c.
#define MAX_MEASUREMENT MAX_IQCAL_MEASUREMENT |
Definition at line 23 of file ar9003_calib.c.
#define MAX_PHS_DELTA 10 |
Definition at line 25 of file ar9003_calib.c.
enum ar9003_cal_types |
Definition at line 33 of file ar9003_calib.c.
Definition at line 1080 of file ar9003_calib.c.