Searched refs:C2H_EVT_HOST_CLOSE (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hal_btc.h | 49 #define C2H_EVT_HOST_CLOSE 0x00 macro
|
D | hal_btc.c | 1710 if (u1b_tmp == C2H_EVT_HOST_CLOSE) { in rtl_8723e_c2h_command_handle() 1757 rtl_write_byte(rtlpriv, 0x01AF, C2H_EVT_HOST_CLOSE); in rtl_8723e_c2h_command_handle()
|
/linux-5.19.10/drivers/staging/r8188eu/hal/ |
D | hal_com.c | 310 if (trigger == C2H_EVT_HOST_CLOSE) in c2h_evt_read() 348 rtw_write8(adapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); in c2h_evt_read()
|
/linux-5.19.10/drivers/staging/rtl8723bs/hal/ |
D | hal_com.c | 492 rtw_write8(adapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); in c2h_evt_clear() 512 if (trigger == C2H_EVT_HOST_CLOSE) in c2h_evt_read_88xx()
|
D | sdio_ops.c | 751 rtw_write8(adapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); in EnableInterrupt8723BSdio()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | rtl8188e_spec.h | 1218 #define C2H_EVT_HOST_CLOSE 0x00 macro
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | hal_com_reg.h | 1368 #define C2H_EVT_HOST_CLOSE 0x00 /* Set by driver and notify FW that the driver has read the C2H c… macro
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_cmd.c | 1313 rtw_write8(adapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); in c2h_wk_callback()
|