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

Go to the source code of this file.

Macros

#define httab_upload(dev, offset, data)
 

Functions

u32 b43_httab_read (struct b43_wldev *dev, u32 offset)
 
void b43_httab_read_bulk (struct b43_wldev *dev, u32 offset, unsigned int nr_elements, void *_data)
 
void b43_httab_write (struct b43_wldev *dev, u32 offset, u32 value)
 
void b43_httab_write_few (struct b43_wldev *dev, u32 offset, size_t num,...)
 
void b43_httab_write_bulk (struct b43_wldev *dev, u32 offset, unsigned int nr_elements, const void *_data)
 
void b43_phy_ht_tables_init (struct b43_wldev *dev)
 

Variables

const u32 b43_httab_0x1a_0xc0_late []
 

Macro Definition Documentation

#define httab_upload (   dev,
  offset,
  data 
)
Value:
do { \
b43_httab_write_bulk(dev, offset, ARRAY_SIZE(data), data); \
} while (0)

Definition at line 804 of file tables_phy_ht.c.

Function Documentation

u32 b43_httab_read ( struct b43_wldev dev,
u32  offset 
)

Definition at line 619 of file tables_phy_ht.c.

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

Definition at line 650 of file tables_phy_ht.c.

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

Definition at line 685 of file tables_phy_ht.c.

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

Definition at line 760 of file tables_phy_ht.c.

void b43_httab_write_few ( struct b43_wldev dev,
u32  offset,
size_t  num,
  ... 
)

Definition at line 715 of file tables_phy_ht.c.

void b43_phy_ht_tables_init ( struct b43_wldev dev)

Definition at line 807 of file tables_phy_ht.c.

Variable Documentation

const u32 b43_httab_0x1a_0xc0_late[]

Definition at line 580 of file tables_phy_ht.c.