#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.
|
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) |
|
Definition at line 54 of file phy.c.
Definition at line 73 of file phy.c.