Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
DHalHWImg8188E_BB.c187 u8 bndy_cnt = 1; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() local
212 bndy_cnt++; in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
235 bndy_cnt++; in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
249 if (!rtw_IOL_exec_cmds_sync(dm_odm->Adapter, pxmit_frame, 1000, bndy_cnt)) { in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
467 u8 bndy_cnt = 1; in ODM_ReadAndConfig_PHY_REG_1T_8188E() local
491 bndy_cnt++; in ODM_ReadAndConfig_PHY_REG_1T_8188E()
529 bndy_cnt++; in ODM_ReadAndConfig_PHY_REG_1T_8188E()
560 if (!rtw_IOL_exec_cmds_sync(dm_odm->Adapter, pxmit_frame, 1000, bndy_cnt)) { in ODM_ReadAndConfig_PHY_REG_1T_8188E()
DHalHWImg8188E_MAC.c145 u8 bndy_cnt = 1; in ODM_ReadAndConfig_MAC_REG_8188E() local
170 bndy_cnt++; in ODM_ReadAndConfig_MAC_REG_8188E()
193 bndy_cnt++; in ODM_ReadAndConfig_MAC_REG_8188E()
207 if (!rtw_IOL_exec_cmds_sync(dm_odm->Adapter, pxmit_frame, 1000, bndy_cnt)) { in ODM_ReadAndConfig_MAC_REG_8188E()
DHalHWImg8188E_RF.c155 u8 bndy_cnt = 1; in ODM_ReadAndConfig_RadioA_1T_8188E() local
180 bndy_cnt++; in ODM_ReadAndConfig_RadioA_1T_8188E()
216 bndy_cnt++; in ODM_ReadAndConfig_RadioA_1T_8188E()
244 if (!rtw_IOL_exec_cmds_sync(pDM_Odm->Adapter, pxmit_frame, 1000, bndy_cnt)) { in ODM_ReadAndConfig_RadioA_1T_8188E()
Dhal_intf.c408 u32 max_wating_ms, u32 bndy_cnt) in rtw_hal_iol_cmd() argument
413 bndy_cnt); in rtw_hal_iol_cmd()
Drtl8188e_hal_init.c309 …_cmds_sync(struct adapter *adapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt) in rtl8188e_IOL_exec_cmds_sync() argument
325 for (i = 0; i < bndy_cnt; i++) { in rtl8188e_IOL_exec_cmds_sync()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_iol.c75 …cmds_sync(struct adapter *adapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt) in rtw_IOL_exec_cmds_sync() argument
77 return rtw_hal_iol_cmd(adapter, xmit_frame, max_wating_ms, bndy_cnt); in rtw_IOL_exec_cmds_sync()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_iol.h39 u32 bndy_cnt);
Dhal_intf.h250 u32 bndy_cnt);
400 u32 max_wating_ms, u32 bndy_cnt);