Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
phy.c File Reference
#include "../wifi.h"
#include "../pci.h"
#include "../ps.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "rf.h"
#include "dm.h"
#include "fw.h"
#include "hw.h"
#include "table.h"

Go to the source code of this file.

Functions

u32 rtl92s_phy_query_bb_reg (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask)
 
void rtl92s_phy_set_bb_reg (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, u32 data)
 
u32 rtl92s_phy_query_rf_reg (struct ieee80211_hw *hw, enum radio_path rfpath, u32 regaddr, u32 bitmask)
 
void rtl92s_phy_set_rf_reg (struct ieee80211_hw *hw, enum radio_path rfpath, u32 regaddr, u32 bitmask, u32 data)
 
void rtl92s_phy_scan_operation_backup (struct ieee80211_hw *hw, u8 operation)
 
void rtl92s_phy_set_bw_mode (struct ieee80211_hw *hw, enum nl80211_channel_type ch_type)
 
u8 rtl92s_phy_sw_chnl (struct ieee80211_hw *hw)
 
bool rtl92s_phy_set_rf_power_state (struct ieee80211_hw *hw, enum rf_pwrstate rfpwr_state)
 
u8 rtl92s_phy_config_rf (struct ieee80211_hw *hw, enum radio_path rfpath)
 
bool rtl92s_phy_mac_config (struct ieee80211_hw *hw)
 
bool rtl92s_phy_bb_config (struct ieee80211_hw *hw)
 
bool rtl92s_phy_rf_config (struct ieee80211_hw *hw)
 
void rtl92s_phy_get_hw_reg_originalvalue (struct ieee80211_hw *hw)
 
void rtl92s_phy_set_txpower (struct ieee80211_hw *hw, u8 channel)
 
void rtl92s_phy_chk_fwcmd_iodone (struct ieee80211_hw *hw)
 
bool rtl92s_phy_set_fw_cmd (struct ieee80211_hw *hw, enum fwcmd_iotype fw_cmdio)
 
void rtl92s_phy_switch_ephy_parameter (struct ieee80211_hw *hw)
 
void rtl92s_phy_set_beacon_hwreg (struct ieee80211_hw *hw, u16 BeaconInterval)
 

Function Documentation

bool rtl92s_phy_bb_config ( struct ieee80211_hw hw)

Definition at line 1139 of file phy.c.

void rtl92s_phy_chk_fwcmd_iodone ( struct ieee80211_hw hw)

Definition at line 1298 of file phy.c.

u8 rtl92s_phy_config_rf ( struct ieee80211_hw hw,
enum radio_path  rfpath 
)

Definition at line 1027 of file phy.c.

void rtl92s_phy_get_hw_reg_originalvalue ( struct ieee80211_hw hw)

Definition at line 1196 of file phy.c.

bool rtl92s_phy_mac_config ( struct ieee80211_hw hw)

Definition at line 1122 of file phy.c.

u32 rtl92s_phy_query_bb_reg ( struct ieee80211_hw hw,
u32  regaddr,
u32  bitmask 
)

Definition at line 54 of file phy.c.

u32 rtl92s_phy_query_rf_reg ( struct ieee80211_hw hw,
enum radio_path  rfpath,
u32  regaddr,
u32  bitmask 
)

Definition at line 179 of file phy.c.

bool rtl92s_phy_rf_config ( struct ieee80211_hw hw)

Definition at line 1181 of file phy.c.

void rtl92s_phy_scan_operation_backup ( struct ieee80211_hw hw,
u8  operation 
)

Definition at line 238 of file phy.c.

void rtl92s_phy_set_bb_reg ( struct ieee80211_hw hw,
u32  regaddr,
u32  bitmask,
u32  data 
)

Definition at line 73 of file phy.c.

void rtl92s_phy_set_beacon_hwreg ( struct ieee80211_hw hw,
u16  BeaconInterval 
)

Definition at line 1718 of file phy.c.

void rtl92s_phy_set_bw_mode ( struct ieee80211_hw hw,
enum nl80211_channel_type  ch_type 
)

Definition at line 260 of file phy.c.

bool rtl92s_phy_set_fw_cmd ( struct ieee80211_hw hw,
enum fwcmd_iotype  fw_cmdio 
)

Definition at line 1453 of file phy.c.

bool rtl92s_phy_set_rf_power_state ( struct ieee80211_hw hw,
enum rf_pwrstate  rfpwr_state 
)

Definition at line 535 of file phy.c.

void rtl92s_phy_set_rf_reg ( struct ieee80211_hw hw,
enum radio_path  rfpath,
u32  regaddr,
u32  bitmask,
u32  data 
)

Definition at line 205 of file phy.c.

void rtl92s_phy_set_txpower ( struct ieee80211_hw hw,
u8  channel 
)

Definition at line 1266 of file phy.c.

u8 rtl92s_phy_sw_chnl ( struct ieee80211_hw hw)

Definition at line 454 of file phy.c.

void rtl92s_phy_switch_ephy_parameter ( struct ieee80211_hw hw)

Definition at line 1685 of file phy.c.