Searched refs:AR_WA_D3_L1_DISABLE (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c451 * See above: set AR_WA_D3_L1_DISABLE when entering D3 state.
454 * AR_WA_D3_L1_DISABLE if it's set in AR9280_WA_DEFAULT,
458 if (AR9285_WA_DEFAULT & AR_WA_D3_L1_DISABLE)
459 val |= AR_WA_D3_L1_DISABLE;
470 val &= (~AR_WA_D3_L1_DISABLE);
H A Dar9280_attach.c463 * See above: set AR_WA_D3_L1_DISABLE when entering D3 state.
466 * AR_WA_D3_L1_DISABLE if it's set in AR9280_WA_DEFAULT,
470 if (AR9280_WA_DEFAULT & AR_WA_D3_L1_DISABLE)
471 val |= AR_WA_D3_L1_DISABLE;
480 val &= (~AR_WA_D3_L1_DISABLE);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416reg.h267 #define AR_WA_D3_L1_DISABLE 0x00004000 /* */ macro

Completed in 82 milliseconds