Searched refs:bndy_cnt (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/staging/r8188eu/hal/ |
| D | HalHWImg8188E_BB.c | 187 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()
|
| D | HalHWImg8188E_MAC.c | 145 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()
|
| D | HalHWImg8188E_RF.c | 155 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()
|
| D | hal_intf.c | 408 u32 max_wating_ms, u32 bndy_cnt) in rtw_hal_iol_cmd() argument 413 bndy_cnt); in rtw_hal_iol_cmd()
|
| D | rtl8188e_hal_init.c | 309 …_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/ |
| D | rtw_iol.c | 75 …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/ |
| D | rtw_iol.h | 39 u32 bndy_cnt);
|
| D | hal_intf.h | 250 u32 bndy_cnt); 400 u32 max_wating_ms, u32 bndy_cnt);
|