Home
last modified time | relevance | path

Searched refs:reg_0x88 (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c42 u8 reg_0x88 = 0; in iol_execute() local
47 res = rtw_read8(padapter, REG_HMEBOX_E0, &reg_0x88); in iol_execute()
51 rtw_write8(padapter, REG_HMEBOX_E0, reg_0x88 | control); in iol_execute()
56 res = rtw_read8(padapter, REG_HMEBOX_E0, &reg_0x88); in iol_execute()
60 if (!(reg_0x88 & control)) in iol_execute()
65 res = rtw_read8(padapter, REG_HMEBOX_E0, &reg_0x88); in iol_execute()
69 status = (reg_0x88 & control) ? _FAIL : _SUCCESS; in iol_execute()
70 if (reg_0x88 & control << 4) in iol_execute()