Searched refs:tries (Results 1 – 8 of 8) sorted by relevance
359 int tries = 0; in waitResult() local363 tries++; in waitResult()365 …(tries < TFA9896_API_WAITRESULT_NTRIES)); /* don't wait forever, DSP is pretty quick to respond (<… in waitResult()366 if (tries >= TFA9896_API_WAITRESULT_NTRIES) in waitResult()691 uint8_t tries; in tfa9890_dsp_system_stable() local721 for (tries = 2; tries > 0; tries--) in tfa9890_dsp_system_stable()738 if (tries == 0) /* ready will be 0 if retries exausted */ in tfa9890_dsp_system_stable()1133 int tries = 0; in TFA9896_DspGetParam() local1137 tries++; in TFA9896_DspGetParam()1140 …(tries < TFA9896_API_WAITRESULT_NTRIES)); /* don't wait forever, DSP is pretty quick to respond (<… in TFA9896_DspGetParam()[all …]
34 int i, tries = 0; in TFA9896_Init() local201 while ((regRead & 0x8000) == 0 && (tries < PLL_READ_TRIAL)) in TFA9896_Init()203 tries++; in TFA9896_Init()210 if (tries >= PLL_READ_TRIAL) in TFA9896_Init()
132 t_u32 tries = 0; in wlan_reset_fw() local146 for (tries = 0; tries < MAX_POLL_TRIES; ++tries) in wlan_reset_fw()181 for (tries = 0; tries < MAX_POLL_TRIES; ++tries) in wlan_reset_fw()271 uint32_t tries = 0, ioport; in sdio_interface_send() local282 for (tries = 0; tries < MAX_POLL_TRIES; tries++) in sdio_interface_send()
90 t_u32 tries; in wlan_card_status() local92 for (tries = 0; tries < MAX_POLL_TRIES; tries++) in wlan_card_status()
385 int tries; in wifi_dump_firmware_info() local413 for (tries = 0; tries < MAX_POLL_TRIES; tries++) in wifi_dump_firmware_info()715 int tries = 0; in wifi_cmd52_rdwr_firmware() local730 for (tries = 0; tries < MAX_POLL_TRIES; tries++) in wifi_cmd52_rdwr_firmware()771 int tries = 0; in wifi_dump_firmware_info() local792 for (tries = 0; tries < MAX_POLL_TRIES; tries++) in wifi_dump_firmware_info()806 if (tries == MAX_POLL_TRIES) in wifi_dump_firmware_info()
64 t_u32 tries = 0; in conn_download_decomp_fw() local92 for (tries = 0; tries < MAX_POLL_TRIES; tries++) in conn_download_decomp_fw()
1156 int tries, rpc_status = -1; in tfa2_i2c_dsp_execute() local1167 for (tries = TFA98XX_WAITRESULT_NTRIES; tries > 0; tries--) in tfa2_i2c_dsp_execute()
221 When the Power Manager tries to find the deepest state reachable, it will compare the exit latency …