Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ar9003_phy.c File Reference
#include <linux/export.h>
#include "hw.h"
#include "ar9003_phy.h"

Go to the source code of this file.

Macros

#define AR_PHY_CH_MINCCA_PWR   0x1FF00000
 
#define AR_PHY_CH_MINCCA_PWR_S   20
 
#define AR_PHY_CH_EXT_MINCCA_PWR   0x01FF0000
 
#define AR_PHY_CH_EXT_MINCCA_PWR_S   16
 
#define PCT(_field)   (common->cc_survey._field * 100 / common->cc_survey.cycles)
 

Functions

void ar9003_hw_attach_phy_ops (struct ath_hw *ah)
 
void ar9003_hw_bb_watchdog_config (struct ath_hw *ah)
 
void ar9003_hw_bb_watchdog_read (struct ath_hw *ah)
 
void ar9003_hw_bb_watchdog_dbg_info (struct ath_hw *ah)
 
 EXPORT_SYMBOL (ar9003_hw_bb_watchdog_dbg_info)
 
void ar9003_hw_disable_phy_restart (struct ath_hw *ah)
 
 EXPORT_SYMBOL (ar9003_hw_disable_phy_restart)
 

Macro Definition Documentation

#define AR_PHY_CH_EXT_MINCCA_PWR   0x01FF0000
#define AR_PHY_CH_EXT_MINCCA_PWR_S   16
#define AR_PHY_CH_MINCCA_PWR   0x1FF00000
#define AR_PHY_CH_MINCCA_PWR_S   20
#define PCT (   _field)    (common->cc_survey._field * 100 / common->cc_survey.cycles)

Function Documentation

void ar9003_hw_attach_phy_ops ( struct ath_hw ah)

Definition at line 1453 of file ar9003_phy.c.

void ar9003_hw_bb_watchdog_config ( struct ath_hw ah)

Definition at line 1492 of file ar9003_phy.c.

void ar9003_hw_bb_watchdog_dbg_info ( struct ath_hw ah)

Definition at line 1567 of file ar9003_phy.c.

void ar9003_hw_bb_watchdog_read ( struct ath_hw ah)

Definition at line 1551 of file ar9003_phy.c.

void ar9003_hw_disable_phy_restart ( struct ath_hw ah)

Definition at line 1606 of file ar9003_phy.c.

EXPORT_SYMBOL ( ar9003_hw_bb_watchdog_dbg_info  )
EXPORT_SYMBOL ( ar9003_hw_disable_phy_restart  )