EP3
state->m_Regs[EP3] |= 0x04; /* RFAGC to normal mode */
status = UpdateReg(state, EP3);
state->m_Regs[EP3] = state->m_EP3_Standby;
status = UpdateReg(state, EP3);
state->m_Regs[EP3] |= 0x40; /* SM_LT = 1 */
status = UpdateRegs(state, EP1, EP3);
state->m_Regs[EP3] &= ~0x40; /* SM_LT = 0 */
status = UpdateRegs(state, EP3, EP4);
state->m_Regs[EP3] = (state->m_Regs[EP3] & ~0x1F) | 0x12;
status = UpdateRegs(state, EP3, EP4);
state->m_Regs[EP3] = 0x1F;
status = UpdateRegs(state, EP3, CD3);
status = UpdateRegs(state, EP3, MD3);
status = UpdateRegs(state, EP3, CD3);
status = UpdateRegs(state, EP3, MD3);
status = UpdateRegs(state, EP3, CD3);
state->m_Regs[EP3] &= ~0xE0; /* Power up */
status = UpdateReg(state, EP3);
state->m_Regs[EP3] = (state->m_Regs[EP3] & ~0x1F) | m_StandardTable[Standard].m_EP3_4_0;
state->m_Regs[EP3] &= ~0x04; /* switch RFAGC to high speed mode */