Searched refs:rty_cnt (Results 1 – 2 of 2) sorted by relevance
135 int rty_cnt = 0; in sd_send_cmd_get_rsp() local227 if (rty_cnt < SD_MAX_RETRY_COUNT) { in sd_send_cmd_get_rsp()229 rty_cnt++; in sd_send_cmd_get_rsp()2605 int rty_cnt = 0; in reset_sd() local2607 for (; rty_cnt < chip->sdio_retry_cnt; rty_cnt++) { in reset_sd()4052 int rty_cnt = 0; in ext_sd_send_cmd_get_rsp() local4131 if (rty_cnt < SD_MAX_RETRY_COUNT) { in ext_sd_send_cmd_get_rsp()4133 rty_cnt++; in ext_sd_send_cmd_get_rsp()
1868 int retval, rty_cnt; in ms_copy_page() local2007 for (rty_cnt = 0; rty_cnt < MS_MAX_RETRY_COUNT; in ms_copy_page()2008 rty_cnt++) { in ms_copy_page()2017 if (rty_cnt == MS_MAX_RETRY_COUNT) { in ms_copy_page()