Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_dmcu.c131 unsigned int retryCount; in dce_dmcu_set_psr_enable() local
150 for (retryCount = 0; retryCount <= 100; retryCount++) { in dce_dmcu_set_psr_enable()
549 unsigned int retryCount; in dcn10_dmcu_set_psr_enable() local
577 for (retryCount = 0; retryCount <= 1000; retryCount++) { in dcn10_dmcu_set_psr_enable()
590 if (retryCount >= 1000) in dcn10_dmcu_set_psr_enable()
/Linux-v5.10/sound/pci/korg1212/
Dkorg1212.c513 u32 retryCount; in snd_korg1212_Send1212Command() local
524 for (retryCount = 0; retryCount < MAX_COMMAND_RETRIES; retryCount++) { in snd_korg1212_Send1212Command()
556 korg1212->cmdRetryCount += retryCount; in snd_korg1212_Send1212Command()
558 if (retryCount >= MAX_COMMAND_RETRIES) { in snd_korg1212_Send1212Command()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
DHalPhyRf_8723B.c1540 const u32 retryCount = 2; in phy_IQCalibrate_8723B() local
1596 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
1612 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
1634 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
1649 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
DHalBtc8723b1Ant.c1760 u8 retryCount = 0, btInfoExt; in halbtc8723b1ant_TdmaDurationAdjustForAcl() local
1811 retryCount = pCoexSta->btRetryCnt; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1818 retryCount++; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1823 if (retryCount == 0) { /* no retry in the last 2-second duration */ in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1842 } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ in halbtc8723b1ant_TdmaDurationAdjustForAcl()
DHalBtc8723b2Ant.c1599 u8 retryCount = 0; in halbtc8723b2ant_TdmaDurationAdjust() local
1650 retryCount = pCoexSta->btRetryCnt; in halbtc8723b2ant_TdmaDurationAdjust()
1651 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount)); in halbtc8723b2ant_TdmaDurationAdjust()
1663 if (retryCount == 0) { /* no retry in the last 2-second duration */ in halbtc8723b2ant_TdmaDurationAdjust()
1678 } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ in halbtc8723b2ant_TdmaDurationAdjust()