Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Dusb_halinit.c1376 u8 RetryLimit = 0x30; in rtw_hal_set_hwreg() local
1387 RetryLimit = (haldata->CustomerID == RT_CID_CCX) ? 7 : 48; in rtw_hal_set_hwreg()
1389 RetryLimit = 0x7; in rtw_hal_set_hwreg()
1399 RetryLimit = 0x7; in rtw_hal_set_hwreg()
1401 …usb_write16(Adapter, REG_RL, RetryLimit << RETRY_LIMIT_SHORT_SHIFT | RetryLimit << RETRY_LIMIT_LON… in rtw_hal_set_hwreg()
/drivers/staging/rtl8723bs/hal/
Drtl8723b_hal_init.c3578 u8 RetryLimit; in hw_var_set_mlme_join() local
3584 RetryLimit = 0x30; in hw_var_set_mlme_join()
3602 RetryLimit = (pEEPROM->CustomerID == RT_CID_CCX) ? 7 : 48; in hw_var_set_mlme_join()
3604 RetryLimit = 0x7; in hw_var_set_mlme_join()
3614 RetryLimit = 0x7; in hw_var_set_mlme_join()
3617 val16 = (RetryLimit << RETRY_LIMIT_SHORT_SHIFT) | (RetryLimit << RETRY_LIMIT_LONG_SHIFT); in hw_var_set_mlme_join()