Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
ar9003_calib.c File Reference
#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)
 

Macro Definition Documentation

#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.

Enumeration Type Documentation

Enumerator:
IQ_MISMATCH_CAL 
TEMP_COMP_CAL 

Definition at line 33 of file ar9003_calib.c.

Function Documentation

void ar9003_hw_attach_calib_ops ( struct ath_hw ah)

Definition at line 1080 of file ar9003_calib.c.