Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Dsd.c135 int rty_cnt = 0; in sd_send_cmd_get_rsp() local
227 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() local
2607 for (; rty_cnt < chip->sdio_retry_cnt; rty_cnt++) { in reset_sd()
4052 int rty_cnt = 0; in ext_sd_send_cmd_get_rsp() local
4131 if (rty_cnt < SD_MAX_RETRY_COUNT) { in ext_sd_send_cmd_get_rsp()
4133 rty_cnt++; in ext_sd_send_cmd_get_rsp()
Dms.c1868 int retval, rty_cnt; in ms_copy_page() local
2007 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()