Searched refs:AR_PHY (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | ar9002_hw.c | 331 REG_WRITE(ah, AR_PHY(0x36), 0x00007058); in ar9002_hw_get_radiorev() 333 REG_WRITE(ah, AR_PHY(0x20), 0x00010000); in ar9002_hw_get_radiorev() 337 val = (REG_READ(ah, AR_PHY(256)) >> 24) & 0xff; in ar9002_hw_get_radiorev() 347 REG_WRITE(ah, AR_PHY(0), 0x00000007); in ar9002_hw_rf_claim()
|
D | phy.h | 25 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2)) macro
|
D | ar5008_phy.c | 275 REG_WRITE(ah, AR_PHY(0x37), reg32); in ar5008_hw_set_channel() 750 REG_WRITE(ah, AR_PHY(0), 0x00000007); in ar5008_hw_process_ini()
|