Classes | Functions | Variables
initvals.c File Reference
#include "ath5k.h"
#include "reg.h"
#include "debug.h"
#include "base.h"
Include dependency graph for linux_ks/hwi/ath5k_raw/module/initvals.c:

Go to the source code of this file.

Classes

struct  ath5k_ini
struct  ath5k_ini_mode

Functions

static void ath5k_hw_ini_mode_registers (struct ath5k_hw *ah, unsigned int size, const struct ath5k_ini_mode *ini_mode, u8 mode)
static void ath5k_hw_ini_registers (struct ath5k_hw *ah, unsigned int size, const struct ath5k_ini *ini_regs, bool change_channel)
int ath5k_hw_write_initvals (struct ath5k_hw *ah, u8 mode, bool change_channel)

Variables

struct ath5k_ini __attribute__
static struct ath5k_ini ar5210_ini []
static struct ath5k_ini ar5211_ini []
static struct ath5k_ini_mode ar5211_ini_mode []
static struct ath5k_ini ar5212_ini_common_start []
static struct ath5k_ini_mode ar5212_ini_mode_start []
static struct ath5k_ini rf2413_ini_common_end []
static struct ath5k_ini_mode rf2413_ini_mode_end []
static struct ath5k_ini rf2425_ini_common_end []
static struct ath5k_ini_mode rf2425_ini_mode_end []
static struct ath5k_ini rf5111_ini_bbgain []
static struct ath5k_ini rf5111_ini_common_end []
static struct ath5k_ini_mode rf5111_ini_mode_end []
static struct ath5k_ini rf5112_ini_bbgain []
static struct ath5k_ini rf5112_ini_common_end []
static struct ath5k_ini_mode rf5112_ini_mode_end []
static struct ath5k_ini rf5413_ini_common_end []
static struct ath5k_ini_mode rf5413_ini_mode_end []

Function Documentation

static void ath5k_hw_ini_mode_registers ( struct ath5k_hw ah,
unsigned int  size,
const struct ath5k_ini_mode ini_mode,
u8  mode 
) [static]

Definition at line 1398 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

static void ath5k_hw_ini_registers ( struct ath5k_hw ah,
unsigned int  size,
const struct ath5k_ini ini_regs,
bool  change_channel 
) [static]

Definition at line 1370 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

int ath5k_hw_write_initvals ( struct ath5k_hw ah,
u8  mode,
bool  change_channel 
)

Definition at line 1412 of file linux_ks/hwi/ath5k_raw/module/initvals.c.


Variable Documentation

struct ath5k_ini ar5210_ini[] [static]

Definition at line 51 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini ar5211_ini[] [static]

Definition at line 263 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini_mode ar5211_ini_mode[] [static]

Definition at line 392 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

Definition at line 467 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

Definition at line 678 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini rf2413_ini_common_end[] [static]

Definition at line 1009 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

Definition at line 973 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini rf2425_ini_common_end[] [static]

Definition at line 1145 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

Definition at line 1095 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini rf5111_ini_bbgain[] [static]

Definition at line 1231 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini rf5111_ini_common_end[] [static]
Initial value:
 {
        { AR5K_DCU_FP,          0x00000000 },
        { AR5K_PHY_AGC,         0x00000000 },
        { AR5K_PHY_ADC_CTL,     0x00022ffe },
        { 0x983c,               0x00020100 },
        { AR5K_PHY_GAIN_OFFSET, 0x1284613c },
        { AR5K_PHY_PAPD_PROBE,  0x00004883 },
        { 0x9940,               0x00000004 },
        { 0x9958,               0x000000ff },
        { 0x9974,               0x00000000 },
        { AR5K_PHY_SPENDING,    0x00000018 },
        { AR5K_PHY_CCKTXCTL,    0x00000000 },
        { AR5K_PHY_CCK_CROSSCORR, 0xd03e6788 },
        { AR5K_PHY_DAG_CCK_CTL, 0x000001b5 },
        { 0xa23c,               0x13c889af },
}

Definition at line 765 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

Definition at line 733 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini rf5112_ini_bbgain[] [static]

Definition at line 1299 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini rf5112_ini_common_end[] [static]
Initial value:
 {
        { AR5K_DCU_FP,          0x00000000 },
        { AR5K_PHY_AGC,         0x00000000 },
        { AR5K_PHY_ADC_CTL,     0x00022ffe },
        { 0x983c,               0x00020100 },
        { AR5K_PHY_GAIN_OFFSET, 0x1284613c },
        { AR5K_PHY_PAPD_PROBE,  0x00004882 },
        { 0x9940,               0x00000004 },
        { 0x9958,               0x000000ff },
        { 0x9974,               0x00000000 },
        { AR5K_PHY_DAG_CCK_CTL, 0x000001b5 },
        { 0xa23c,               0x13c889af },
}

Definition at line 819 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

Definition at line 783 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

struct ath5k_ini rf5413_ini_common_end[] [static]

Definition at line 898 of file linux_ks/hwi/ath5k_raw/module/initvals.c.

Definition at line 834 of file linux_ks/hwi/ath5k_raw/module/initvals.c.



ros_rt_wmp
Author(s): Danilo Tardioli, dantard@unizar.es
autogenerated on Mon Oct 6 2014 08:27:12