Searched refs:cpu_rst (Results 1 – 1 of 1) sorted by relevance
152 u8 cpu_rst; in _8051Reset8723() local163 cpu_rst = rtw_read8(padapter, REG_SYS_FUNC_EN+1); in _8051Reset8723()164 cpu_rst &= ~BIT(2); in _8051Reset8723()165 rtw_write8(padapter, REG_SYS_FUNC_EN+1, cpu_rst); in _8051Reset8723()173 cpu_rst = rtw_read8(padapter, REG_SYS_FUNC_EN+1); in _8051Reset8723()174 cpu_rst |= BIT(2); in _8051Reset8723()175 rtw_write8(padapter, REG_SYS_FUNC_EN+1, cpu_rst); in _8051Reset8723()