Searched refs:retry_count (Results 1 – 5 of 5) sorted by relevance
45 int retry_count = 0; in clk_eth_enable() local61 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()67 retry_count++; in clk_eth_enable()91 retry_count = 0; in clk_eth_enable()92 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()98 retry_count++; in clk_eth_enable()122 retry_count = 0; in clk_eth_enable()123 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()130 retry_count++; in clk_eth_enable()
1553 int ocs, result = 0, retry_count = 3; in ufs_send_scsi_cmd() local1564 if (ufshcd_send_command(hba, TASK_TAG) == -ETIMEDOUT && retry_count) { in ufs_send_scsi_cmd()1565 retry_count--; in ufs_send_scsi_cmd()1580 if (retry_count) { in ufs_send_scsi_cmd()1581 retry_count--; in ufs_send_scsi_cmd()1908 int ret, retry_count = 1; in _ufs_start() local1918 if (retry_count--) in _ufs_start()
182 static int fusb302_enable_tx_auto_retries(struct fusb302_chip *chip, u8 retry_count) in fusb302_enable_tx_auto_retries() argument186 ret = fusb302_i2c_set_bits(chip, FUSB_REG_CONTROL3, retry_count | in fusb302_enable_tx_auto_retries()
727 uint16_t retry_count = 0; in e1000_spi_eeprom_ready() local737 retry_count = 0; in e1000_spi_eeprom_ready()746 retry_count += 5; in e1000_spi_eeprom_ready()749 } while (retry_count < EEPROM_MAX_RETRY_SPI); in e1000_spi_eeprom_ready()754 if (retry_count >= EEPROM_MAX_RETRY_SPI) { in e1000_spi_eeprom_ready()