Lines Matching full:baseband
226 /* Set correct Baseband to analog shift setting to access analog chips. */ in ar5312Reset()
429 /* Activate the PHY (includes baseband activate and synthesizer on) */ in ar5312Reset()
449 * Need to check to see if the baseband is ready in ar5312Reset()
456 (OS_REG_READ(ah, 0x9c24) & 0x10)) /* test if baseband not ready */ OS_DELAY(200); in ar5312Reset()
798 /* Put baseband in reset */ in ar5312MacReset()
799 reg |= resetBB; /* Cold and warm reset the baseband bits */ in ar5312MacReset()
802 * Reset the MAC and baseband. This is a bit different than in ar5312MacReset()
816 /* Bring MAC and baseband out of reset */ in ar5312MacReset()
853 /* Put baseband in reset */ in ar5312MacReset()
854 reg |= resetBB; /* Cold and warm reset the baseband bits */ in ar5312MacReset()
857 * Reset the MAC and baseband. This is a bit different than in ar5312MacReset()
871 /* Bring MAC and baseband out of reset */ in ar5312MacReset()