Searched refs:AR_WA (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_hw.c297 REG_WRITE(ah, AR_WA, ah->config.pcie_waen);
299 REG_WRITE(ah, AR_WA, ah->WARegVal);
H A Dar9002_hw.c384 val = REG_READ(ah, AR_WA);
414 REG_WRITE(ah, AR_WA, val);
448 REG_WRITE(ah, AR_WA, val);
H A Dhw.c580 * Read back AR_WA into a permanent copy and set bits 14 and 17.
584 ah->WARegVal = REG_READ(ah, AR_WA);
997 REG_WRITE(ah, AR_WA, ah->WARegVal);
1056 REG_WRITE(ah, AR_WA, ah->WARegVal);
1098 REG_WRITE(ah, AR_WA, ah->WARegVal);
1778 /* Clear Bit 14 of AR_WA after putting chip into Full Sleep mode. */
1780 REG_WRITE(ah, AR_WA,
1809 /* Clear Bit 14 of AR_WA after putting chip into Net Sleep mode. */
1811 REG_WRITE(ah, AR_WA, ah->WARegVal & ~AR_WA_D3_L1_DISABLE);
1819 /* Set Bits 14 and 17 of AR_WA befor
[all...]
H A Dreg.h702 #define AR_WA 0x4004 macro

Completed in 146 milliseconds