Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
phy.c File Reference
#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/types.h>
#include "b43legacy.h"
#include "phy.h"
#include "main.h"
#include "radio.h"
#include "ilt.h"

Go to the source code of this file.

Macros

#define REG_MAX_PWR   20
 

Functions

void b43legacy_phy_lock (struct b43legacy_wldev *dev)
 
void b43legacy_phy_unlock (struct b43legacy_wldev *dev)
 
u16 b43legacy_phy_read (struct b43legacy_wldev *dev, u16 offset)
 
void b43legacy_phy_write (struct b43legacy_wldev *dev, u16 offset, u16 val)
 
void b43legacy_phy_calibrate (struct b43legacy_wldev *dev)
 
void b43legacy_phy_lo_b_measure (struct b43legacy_wldev *dev)
 
void b43legacy_phy_lo_adjust (struct b43legacy_wldev *dev, int fixed)
 
void b43legacy_phy_set_baseband_attenuation (struct b43legacy_wldev *dev, u16 bbatt)
 
void b43legacy_phy_lo_g_measure (struct b43legacy_wldev *dev)
 
void b43legacy_phy_lo_mark_all_unused (struct b43legacy_wldev *dev)
 
void b43legacy_phy_xmitpower (struct b43legacy_wldev *dev)
 
int b43legacy_phy_init_tssi2dbm_table (struct b43legacy_wldev *dev)
 
int b43legacy_phy_init (struct b43legacy_wldev *dev)
 
void b43legacy_phy_set_antenna_diversity (struct b43legacy_wldev *dev)
 
void b43legacy_power_saving_ctl_bits (struct b43legacy_wldev *dev, int bit25, int bit26)
 

Macro Definition Documentation

#define REG_MAX_PWR   20

Function Documentation

void b43legacy_phy_calibrate ( struct b43legacy_wldev dev)

Definition at line 141 of file phy.c.

int b43legacy_phy_init ( struct b43legacy_wldev dev)

Definition at line 2058 of file phy.c.

int b43legacy_phy_init_tssi2dbm_table ( struct b43legacy_wldev dev)

Definition at line 1994 of file phy.c.

void b43legacy_phy_lo_adjust ( struct b43legacy_wldev dev,
int  fixed 
)

Definition at line 1340 of file phy.c.

void b43legacy_phy_lo_b_measure ( struct b43legacy_wldev dev)

Definition at line 1146 of file phy.c.

void b43legacy_phy_lo_g_measure ( struct b43legacy_wldev dev)

Definition at line 1490 of file phy.c.

void b43legacy_phy_lo_mark_all_unused ( struct b43legacy_wldev dev)

Definition at line 1737 of file phy.c.

void b43legacy_phy_lock ( struct b43legacy_wldev dev)

Definition at line 98 of file phy.c.

u16 b43legacy_phy_read ( struct b43legacy_wldev dev,
u16  offset 
)

Definition at line 128 of file phy.c.

void b43legacy_phy_set_antenna_diversity ( struct b43legacy_wldev dev)

Definition at line 2095 of file phy.c.

void b43legacy_phy_set_baseband_attenuation ( struct b43legacy_wldev dev,
u16  bbatt 
)

Definition at line 1466 of file phy.c.

void b43legacy_phy_unlock ( struct b43legacy_wldev dev)

Definition at line 113 of file phy.c.

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

Definition at line 134 of file phy.c.

void b43legacy_phy_xmitpower ( struct b43legacy_wldev dev)

Definition at line 1776 of file phy.c.

void b43legacy_power_saving_ctl_bits ( struct b43legacy_wldev dev,
int  bit25,
int  bit26 
)

Definition at line 2219 of file phy.c.