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

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c1424 u32 btcoex_ctrl2, diag_sw; local
1437 diag_sw = REG_READ(ah, AR_DIAG_SW);
1438 if (diag_sw != 0xdeadbeef)
1442 REG_WRITE(ah, AR_DIAG_SW, (diag_sw | BIT(27) | BIT(19) | BIT(18)));
1447 REG_WRITE(ah, AR_DIAG_SW, diag_sw);

Completed in 113 milliseconds