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