Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | SIZE_EEPROM_DEF (sizeof(struct ar5416_eeprom_def) / sizeof(u16)) |
#define | XPA_LVL_FREQ(cnt) (pModal->xpaBiasLvlFreq[cnt]) |
#define | NUM_PDADC(diff) (AR5416_NUM_PDADC_VALUES - diff) |
#define | SM_PD_GAIN(x) SM(0x38, AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_##x) |
#define | SM_PDGAIN_B(x, y) SM((gainBoundaries[x]), AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_##y) |
#define | RT_AR_DELTA(x) (ratesArray[x] - cck_ofdm_delta) |
#define | EEP_DEF_SPURCHAN (ah->eeprom.def.modalHeader[is2GHz].spurChans[i].spurChan) |
Variables | |
struct eeprom_ops | eep_def_ops |
#define NUM_PDADC | ( | diff | ) | (AR5416_NUM_PDADC_VALUES - diff) |
#define SIZE_EEPROM_DEF (sizeof(struct ar5416_eeprom_def) / sizeof(u16)) |
Definition at line 90 of file eeprom_def.c.
struct eeprom_ops eep_def_ops |
Definition at line 1382 of file eeprom_def.c.