Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
tables_lpphy.c File Reference
#include "b43.h"
#include "tables_lpphy.h"
#include "phy_common.h"
#include "phy_lp.h"

Go to the source code of this file.

Data Structures

struct  b206x_init_tab_entry
 

Macros

#define B206X_FLAG_A   0x01 /* Flag: Init in A mode */
 
#define B206X_FLAG_G   0x02 /* Flag: Init in G mode */
 

Functions

void b2062_upload_init_table (struct b43_wldev *dev)
 
void b2063_upload_init_table (struct b43_wldev *dev)
 
u32 b43_lptab_read (struct b43_wldev *dev, u32 offset)
 
void b43_lptab_read_bulk (struct b43_wldev *dev, u32 offset, unsigned int nr_elements, void *_data)
 
void b43_lptab_write (struct b43_wldev *dev, u32 offset, u32 value)
 
void b43_lptab_write_bulk (struct b43_wldev *dev, u32 offset, unsigned int nr_elements, const void *_data)
 
void lpphy_rev0_1_table_init (struct b43_wldev *dev)
 
void lpphy_rev2plus_table_init (struct b43_wldev *dev)
 
void lpphy_write_gain_table (struct b43_wldev *dev, int offset, struct lpphy_tx_gain_table_entry data)
 
void lpphy_write_gain_table_bulk (struct b43_wldev *dev, int offset, int count, struct lpphy_tx_gain_table_entry *table)
 
void lpphy_init_tx_gain_table (struct b43_wldev *dev)
 

Macro Definition Documentation

#define B206X_FLAG_A   0x01 /* Flag: Init in A mode */

Definition at line 39 of file tables_lpphy.c.

#define B206X_FLAG_G   0x02 /* Flag: Init in G mode */

Definition at line 40 of file tables_lpphy.c.

Function Documentation

void b2062_upload_init_table ( struct b43_wldev dev)

Definition at line 556 of file tables_lpphy.c.

void b2063_upload_init_table ( struct b43_wldev dev)

Definition at line 575 of file tables_lpphy.c.

u32 b43_lptab_read ( struct b43_wldev dev,
u32  offset 
)

Definition at line 594 of file tables_lpphy.c.

void b43_lptab_read_bulk ( struct b43_wldev dev,
u32  offset,
unsigned int  nr_elements,
void _data 
)

Definition at line 625 of file tables_lpphy.c.

void b43_lptab_write ( struct b43_wldev dev,
u32  offset,
u32  value 
)

Definition at line 660 of file tables_lpphy.c.

void b43_lptab_write_bulk ( struct b43_wldev dev,
u32  offset,
unsigned int  nr_elements,
const void _data 
)

Definition at line 689 of file tables_lpphy.c.

void lpphy_init_tx_gain_table ( struct b43_wldev dev)

Definition at line 2416 of file tables_lpphy.c.

void lpphy_rev0_1_table_init ( struct b43_wldev dev)

Definition at line 2270 of file tables_lpphy.c.

void lpphy_rev2plus_table_init ( struct b43_wldev dev)

Definition at line 2305 of file tables_lpphy.c.

void lpphy_write_gain_table ( struct b43_wldev dev,
int  offset,
struct lpphy_tx_gain_table_entry  data 
)

Definition at line 2398 of file tables_lpphy.c.

void lpphy_write_gain_table_bulk ( struct b43_wldev dev,
int  offset,
int  count,
struct lpphy_tx_gain_table_entry table 
)

Definition at line 2407 of file tables_lpphy.c.