AR_PHY_TESTCTRL
testReg = OS_REG_READ(ah, AR_PHY_TESTCTRL);
OS_REG_WRITE(ah, AR_PHY_TESTCTRL, AR_PHY_TESTCTRL_TXHOLD);
OS_REG_WRITE(ah, AR_PHY_TESTCTRL, testReg);
testReg = OS_REG_READ(ah, AR_PHY_TESTCTRL);
OS_REG_WRITE(ah, AR_PHY_TESTCTRL, AR_PHY_TESTCTRL_TXHOLD);
OS_REG_WRITE(ah, AR_PHY_TESTCTRL, testReg);
DEFVOID(AR_PHY_TESTCTRL, "PHY_TESTCTRL"),