Searched refs:AR_PHY (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9002_hw.c331 REG_WRITE(ah, AR_PHY(0x36), 0x00007058);
333 REG_WRITE(ah, AR_PHY(0x20), 0x00010000);
337 val = (REG_READ(ah, AR_PHY(256)) >> 24) & 0xff;
347 REG_WRITE(ah, AR_PHY(0), 0x00000007);
H A Dar5008_phy.c268 REG_WRITE(ah, AR_PHY(0x37), reg32);
741 REG_WRITE(ah, AR_PHY(0), 0x00000007);
H A Dphy.h25 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2)) macro

Completed in 336 milliseconds