Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c41 reg_0x88 = rtw_read8(padapter, REG_HMEBOX_E0); in iol_execute()
42 rtw_write8(padapter, REG_HMEBOX_E0, reg_0x88 | control); in iol_execute()
45 while ((reg_0x88 = rtw_read8(padapter, REG_HMEBOX_E0)) & control && in iol_execute()
50 reg_0x88 = rtw_read8(padapter, REG_HMEBOX_E0); in iol_execute()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtl8188e_spec.h65 #define REG_HMEBOX_E0 0x0088 macro