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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c449 * See above: set AR_WA_D3_L1_DISABLE when entering D3 state.
452 * AR_WA_D3_L1_DISABLE if it's set in AR9280_WA_DEFAULT,
456 if (AR9285_WA_DEFAULT & AR_WA_D3_L1_DISABLE)
457 val |= AR_WA_D3_L1_DISABLE;
468 val &= (~AR_WA_D3_L1_DISABLE);
H A Dar9280_attach.c462 * See above: set AR_WA_D3_L1_DISABLE when entering D3 state.
465 * AR_WA_D3_L1_DISABLE if it's set in AR9280_WA_DEFAULT,
469 if (AR9280_WA_DEFAULT & AR_WA_D3_L1_DISABLE)
470 val |= AR_WA_D3_L1_DISABLE;
479 val &= (~AR_WA_D3_L1_DISABLE);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416reg.h265 #define AR_WA_D3_L1_DISABLE 0x00004000 /* */ macro

Completed in 65 milliseconds