Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
rtl871x_mp.c File Reference
#include "osdep_service.h"
#include "drv_types.h"
#include "rtl871x_mp_phy_regdef.h"
#include "rtl8712_cmd.h"

Go to the source code of this file.

Data Structures

struct  R_ANTENNA_SELECT_OFDM
 
struct  R_ANTENNA_SELECT_CCK
 

Macros

#define _RTL871X_MP_C_
 

Functions

void mp871xinit (struct _adapter *padapter)
 
void mp871xdeinit (struct _adapter *padapter)
 
u32 r8712_bb_reg_read (struct _adapter *pAdapter, u16 offset)
 
u8 r8712_bb_reg_write (struct _adapter *pAdapter, u16 offset, u32 value)
 
u32 r8712_rf_reg_read (struct _adapter *pAdapter, u8 path, u8 offset)
 
u8 r8712_rf_reg_write (struct _adapter *pAdapter, u8 path, u8 offset, u32 value)
 
void r8712_SetChannel (struct _adapter *pAdapter)
 
void r8712_SetTxPower (struct _adapter *pAdapter)
 
void r8712_SetTxAGCOffset (struct _adapter *pAdapter, u32 ulTxAGCOffset)
 
void r8712_SetDataRate (struct _adapter *pAdapter)
 
void r8712_SwitchBandwidth (struct _adapter *pAdapter)
 
void r8712_SwitchAntenna (struct _adapter *pAdapter)
 
void r8712_SetCrystalCap (struct _adapter *pAdapter)
 
void r8712_GetThermalMeter (struct _adapter *pAdapter, u32 *value)
 
void r8712_SetSingleCarrierTx (struct _adapter *pAdapter, u8 bStart)
 
void r8712_SetSingleToneTx (struct _adapter *pAdapter, u8 bStart)
 
void r8712_SetCarrierSuppressionTx (struct _adapter *pAdapter, u8 bStart)
 
void r8712_SetContinuousTx (struct _adapter *pAdapter, u8 bStart)
 
void r8712_ResetPhyRxPktCount (struct _adapter *pAdapter)
 
u32 r8712_GetPhyRxPktReceived (struct _adapter *pAdapter)
 
u32 r8712_GetPhyRxPktCRC32Error (struct _adapter *pAdapter)
 

Macro Definition Documentation

#define _RTL871X_MP_C_

Definition at line 26 of file rtl871x_mp.c.

Function Documentation

void mp871xdeinit ( struct _adapter padapter)

Definition at line 96 of file rtl871x_mp.c.

void mp871xinit ( struct _adapter padapter)

Definition at line 88 of file rtl871x_mp.c.

u32 r8712_bb_reg_read ( struct _adapter pAdapter,
u16  offset 
)

Definition at line 136 of file rtl871x_mp.c.

u8 r8712_bb_reg_write ( struct _adapter pAdapter,
u16  offset,
u32  value 
)

Definition at line 159 of file rtl871x_mp.c.

u32 r8712_GetPhyRxPktCRC32Error ( struct _adapter pAdapter)

Definition at line 740 of file rtl871x_mp.c.

u32 r8712_GetPhyRxPktReceived ( struct _adapter pAdapter)

Definition at line 730 of file rtl871x_mp.c.

void r8712_GetThermalMeter ( struct _adapter pAdapter,
u32 value 
)

Definition at line 515 of file rtl871x_mp.c.

void r8712_ResetPhyRxPktCount ( struct _adapter pAdapter)

Definition at line 704 of file rtl871x_mp.c.

u32 r8712_rf_reg_read ( struct _adapter pAdapter,
u8  path,
u8  offset 
)

Definition at line 186 of file rtl871x_mp.c.

u8 r8712_rf_reg_write ( struct _adapter pAdapter,
u8  path,
u8  offset,
u32  value 
)

Definition at line 199 of file rtl871x_mp.c.

void r8712_SetCarrierSuppressionTx ( struct _adapter pAdapter,
u8  bStart 
)

Definition at line 583 of file rtl871x_mp.c.

void r8712_SetChannel ( struct _adapter pAdapter)

Definition at line 277 of file rtl871x_mp.c.

void r8712_SetContinuousTx ( struct _adapter pAdapter,
u8  bStart 
)

Definition at line 683 of file rtl871x_mp.c.

void r8712_SetCrystalCap ( struct _adapter pAdapter)

Definition at line 494 of file rtl871x_mp.c.

void r8712_SetDataRate ( struct _adapter pAdapter)

Definition at line 338 of file rtl871x_mp.c.

void r8712_SetSingleCarrierTx ( struct _adapter pAdapter,
u8  bStart 
)

Definition at line 522 of file rtl871x_mp.c.

void r8712_SetSingleToneTx ( struct _adapter pAdapter,
u8  bStart 
)

Definition at line 550 of file rtl871x_mp.c.

void r8712_SetTxAGCOffset ( struct _adapter pAdapter,
u32  ulTxAGCOffset 
)

Definition at line 326 of file rtl871x_mp.c.

void r8712_SetTxPower ( struct _adapter pAdapter)

Definition at line 319 of file rtl871x_mp.c.

void r8712_SwitchAntenna ( struct _adapter pAdapter)

Definition at line 423 of file rtl871x_mp.c.

void r8712_SwitchBandwidth ( struct _adapter pAdapter)

Definition at line 348 of file rtl871x_mp.c.