Searched refs:cpu_rst (Results 1 – 1 of 1) sorted by relevance
192 u8 cpu_rst; in _8051Reset8723() local203 cpu_rst = rtw_read8(padapter, REG_SYS_FUNC_EN+1); in _8051Reset8723()204 cpu_rst &= ~BIT(2); in _8051Reset8723()205 rtw_write8(padapter, REG_SYS_FUNC_EN+1, cpu_rst); in _8051Reset8723()213 cpu_rst = rtw_read8(padapter, REG_SYS_FUNC_EN+1); in _8051Reset8723()214 cpu_rst |= BIT(2); in _8051Reset8723()215 rtw_write8(padapter, REG_SYS_FUNC_EN+1, cpu_rst); in _8051Reset8723()