Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
r8180_rtl8225.h File Reference
#include "r8180.h"

Go to the source code of this file.

Macros

#define RTL8225_ANAPARAM_ON   0xa0000b59
 
#define RTL8225_ANAPARAM_OFF   0xa00beb59
 
#define RTL8225_ANAPARAM2_OFF   0x840dec11
 
#define RTL8225_ANAPARAM2_ON   0x860dec11
 
#define RTL8225_ANAPARAM_SLEEP   0xa00bab59
 
#define RTL8225_ANAPARAM2_SLEEP   0x840dec11
 

Functions

void rtl8225z2_rf_init (struct net_device *dev)
 
void rtl8225z2_rf_set_chan (struct net_device *dev, short ch)
 
void rtl8225z2_rf_close (struct net_device *dev)
 
void RF_WriteReg (struct net_device *dev, u8 offset, u32 data)
 
u32 RF_ReadReg (struct net_device *dev, u8 offset)
 
void rtl8180_set_mode (struct net_device *dev, int mode)
 
bool SetZebraRFPowerState8185 (struct net_device *dev, RT_RF_POWER_STATE eRFPowerState)
 
void rtl8225z4_rf_sleep (struct net_device *dev)
 
void rtl8225z4_rf_wakeup (struct net_device *dev)
 

Macro Definition Documentation

#define RTL8225_ANAPARAM2_OFF   0x840dec11

Definition at line 17 of file r8180_rtl8225.h.

#define RTL8225_ANAPARAM2_ON   0x860dec11

Definition at line 18 of file r8180_rtl8225.h.

#define RTL8225_ANAPARAM2_SLEEP   0x840dec11

Definition at line 20 of file r8180_rtl8225.h.

#define RTL8225_ANAPARAM_OFF   0xa00beb59

Definition at line 16 of file r8180_rtl8225.h.

#define RTL8225_ANAPARAM_ON   0xa0000b59

Definition at line 15 of file r8180_rtl8225.h.

#define RTL8225_ANAPARAM_SLEEP   0xa00bab59

Definition at line 19 of file r8180_rtl8225.h.

Function Documentation

u32 RF_ReadReg ( struct net_device dev,
u8  offset 
)

Definition at line 348 of file r8185b_init.c.

void RF_WriteReg ( struct net_device dev,
u8  offset,
u32  data 
)

Definition at line 336 of file r8185b_init.c.

void rtl8180_set_mode ( struct net_device dev,
int  mode 
)

Definition at line 715 of file r8180_core.c.

void rtl8225z2_rf_close ( struct net_device dev)

Definition at line 431 of file r8180_rtl8225z2.c.

void rtl8225z2_rf_init ( struct net_device dev)

Definition at line 632 of file r8180_rtl8225z2.c.

void rtl8225z2_rf_set_chan ( struct net_device dev,
short  ch 
)

Definition at line 563 of file r8180_rtl8225z2.c.

void rtl8225z4_rf_sleep ( struct net_device dev)

Definition at line 1047 of file r8180_rtl8225z2.c.

void rtl8225z4_rf_wakeup ( struct net_device dev)

Definition at line 1052 of file r8180_rtl8225z2.c.

bool SetZebraRFPowerState8185 ( struct net_device dev,
RT_RF_POWER_STATE  eRFPowerState 
)

Definition at line 857 of file r8180_rtl8225z2.c.