Home | History | Annotate | Download | only in sys

Lines Matching defs:retries

912 	int retries;
945 retries = RETRIES_SMALL;
947 if (retries == RETRIES_SMALL)
950 if (!--retries) {
987 retries = RETRIES_LARGE;
990 } while (--retries &&
995 if (!retries) {
1002 retries = RETRIES_LARGE;
1006 SW_RESET_CMD)) && retries--);
1008 if (!retries) {
1033 retries = RETRIES_LARGE;
1037 SW_RESET_DAT)) && retries--);
1039 if (!retries) {
1090 retries = RETRIES_LARGE;
1095 } while (--retries);
1097 if (!retries) {
1134 uint retries;
1150 for (retries = RETRIES_LARGE; retries; retries--)
1153 if (!retries) {
1162 for (retries = RETRIES_LARGE; retries; retries--)
1165 if (!retries) {
1195 int retries = RETRIES_LARGE;
1217 } while ((sdstd_rreg8(sd, SD_SoftwareReset) & regval) && retries--);
1219 if (!retries) {
1456 int retries, status;
1461 retries = CMD5_RETRIES;
1472 } while ((!GFIELD(*cmd_rsp, RSP4_CARD_READY)) && --retries);
1473 if (!retries)
2093 int retries = RETRIES_LARGE;
2098 } while (--retries && (GFIELD(int_reg, INTSTAT_BUF_READ_READY) == 0));
2100 if (!retries) {
2120 retries = RETRIES_LARGE;
2123 } while (--retries && (GFIELD(int_reg, INTSTAT_XFER_COMPLETE) == 0));
2129 if (!retries) {
2191 int retries = RETRIES_LARGE;
2196 } while (--retries && !(int_reg & norm) && !(err_reg & err));
2257 int retries = RETRIES_LARGE;
2262 } while (--retries && (GFIELD(int_reg, INTSTAT_BUF_WRITE_READY) == 0));
2264 if (!retries) {
2285 retries = RETRIES_LARGE;
2288 } while (--retries && (GFIELD(int_reg, INTSTAT_XFER_COMPLETE) == 0));
2294 if (retries == 0) {
2327 int retries;
2338 retries = RETRIES_SMALL;
2339 while ((GFIELD(sdstd_rreg(sdioh_info, SD_PresentState), PRES_CMD_INHIBIT)) && --retries) {
2340 if (retries == RETRIES_SMALL)
2344 if (!retries) {
2515 retries = RETRIES_SMALL;
2517 PRES_DAT_INHIBIT) && --retries)
2520 if (!retries) {
2555 retries = RETRIES_SMALL;
2557 PRES_DAT_INHIBIT) && --retries)
2560 if (!retries) {
2591 int retries = RETRIES_LARGE;
2595 } while (--retries &&
2599 if (!retries) {
2608 retries = RETRIES_LARGE;
2612 SW_RESET_CMD)) && retries--);
2614 if (!retries) {