Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
ilt.h File Reference

Go to the source code of this file.

Macros

#define B43legacy_ILT_ROTOR_SIZE   53
 
#define B43legacy_ILT_RETARD_SIZE   53
 
#define B43legacy_ILT_FINEFREQA_SIZE   256
 
#define B43legacy_ILT_FINEFREQG_SIZE   256
 
#define B43legacy_ILT_NOISEA2_SIZE   8
 
#define B43legacy_ILT_NOISEA3_SIZE   8
 
#define B43legacy_ILT_NOISEG1_SIZE   8
 
#define B43legacy_ILT_NOISEG2_SIZE   8
 
#define B43legacy_ILT_NOISESCALEG_SIZE   27
 
#define B43legacy_ILT_SIGMASQR_SIZE   53
 

Functions

void b43legacy_ilt_write (struct b43legacy_wldev *dev, u16 offset, u16 val)
 
void b43legacy_ilt_write32 (struct b43legacy_wldev *dev, u16 offset, u32 val)
 
u16 b43legacy_ilt_read (struct b43legacy_wldev *dev, u16 offset)
 

Variables

const u32 b43legacy_ilt_rotor [B43legacy_ILT_ROTOR_SIZE]
 
const u32 b43legacy_ilt_retard [B43legacy_ILT_RETARD_SIZE]
 
const u16 b43legacy_ilt_finefreqa [B43legacy_ILT_FINEFREQA_SIZE]
 
const u16 b43legacy_ilt_finefreqg [B43legacy_ILT_FINEFREQG_SIZE]
 
const u16 b43legacy_ilt_noisea2 [B43legacy_ILT_NOISEA2_SIZE]
 
const u16 b43legacy_ilt_noisea3 [B43legacy_ILT_NOISEA3_SIZE]
 
const u16 b43legacy_ilt_noiseg1 [B43legacy_ILT_NOISEG1_SIZE]
 
const u16 b43legacy_ilt_noiseg2 [B43legacy_ILT_NOISEG2_SIZE]
 
const u16 b43legacy_ilt_noisescaleg1 [B43legacy_ILT_NOISESCALEG_SIZE]
 
const u16 b43legacy_ilt_noisescaleg2 [B43legacy_ILT_NOISESCALEG_SIZE]
 
const u16 b43legacy_ilt_noisescaleg3 [B43legacy_ILT_NOISESCALEG_SIZE]
 
const u16 b43legacy_ilt_sigmasqr1 [B43legacy_ILT_SIGMASQR_SIZE]
 
const u16 b43legacy_ilt_sigmasqr2 [B43legacy_ILT_SIGMASQR_SIZE]
 

Macro Definition Documentation

#define B43legacy_ILT_FINEFREQA_SIZE   256

Definition at line 8 of file ilt.h.

#define B43legacy_ILT_FINEFREQG_SIZE   256

Definition at line 10 of file ilt.h.

#define B43legacy_ILT_NOISEA2_SIZE   8

Definition at line 12 of file ilt.h.

#define B43legacy_ILT_NOISEA3_SIZE   8

Definition at line 14 of file ilt.h.

#define B43legacy_ILT_NOISEG1_SIZE   8

Definition at line 16 of file ilt.h.

#define B43legacy_ILT_NOISEG2_SIZE   8

Definition at line 18 of file ilt.h.

#define B43legacy_ILT_NOISESCALEG_SIZE   27

Definition at line 20 of file ilt.h.

#define B43legacy_ILT_RETARD_SIZE   53

Definition at line 6 of file ilt.h.

#define B43legacy_ILT_ROTOR_SIZE   53

Definition at line 4 of file ilt.h.

#define B43legacy_ILT_SIGMASQR_SIZE   53

Definition at line 24 of file ilt.h.

Function Documentation

u16 b43legacy_ilt_read ( struct b43legacy_wldev dev,
u16  offset 
)

Definition at line 332 of file ilt.c.

void b43legacy_ilt_write ( struct b43legacy_wldev dev,
u16  offset,
u16  val 
)

Definition at line 315 of file ilt.c.

void b43legacy_ilt_write32 ( struct b43legacy_wldev dev,
u16  offset,
u32  val 
)

Definition at line 322 of file ilt.c.

Variable Documentation

const u16 b43legacy_ilt_finefreqa[B43legacy_ILT_FINEFREQA_SIZE]

Definition at line 95 of file ilt.c.

const u16 b43legacy_ilt_finefreqg[B43legacy_ILT_FINEFREQG_SIZE]

Definition at line 162 of file ilt.c.

const u16 b43legacy_ilt_noisea2[B43legacy_ILT_NOISEA2_SIZE]

Definition at line 229 of file ilt.c.

const u16 b43legacy_ilt_noisea3[B43legacy_ILT_NOISEA3_SIZE]

Definition at line 234 of file ilt.c.

const u16 b43legacy_ilt_noiseg1[B43legacy_ILT_NOISEG1_SIZE]

Definition at line 239 of file ilt.c.

const u16 b43legacy_ilt_noiseg2[B43legacy_ILT_NOISEG2_SIZE]

Definition at line 244 of file ilt.c.

const u16 b43legacy_ilt_noisescaleg1[B43legacy_ILT_NOISESCALEG_SIZE]

Definition at line 249 of file ilt.c.

const u16 b43legacy_ilt_noisescaleg2[B43legacy_ILT_NOISESCALEG_SIZE]

Definition at line 259 of file ilt.c.

const u16 b43legacy_ilt_noisescaleg3[B43legacy_ILT_NOISESCALEG_SIZE]

Definition at line 269 of file ilt.c.

const u32 b43legacy_ilt_retard[B43legacy_ILT_RETARD_SIZE]

Definition at line 65 of file ilt.c.

const u32 b43legacy_ilt_rotor[B43legacy_ILT_ROTOR_SIZE]

Definition at line 35 of file ilt.c.

const u16 b43legacy_ilt_sigmasqr1[B43legacy_ILT_SIGMASQR_SIZE]

Definition at line 279 of file ilt.c.

const u16 b43legacy_ilt_sigmasqr2[B43legacy_ILT_SIGMASQR_SIZE]

Definition at line 296 of file ilt.c.