Searched defs:retries_max (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/card/
H A Dblock.c382 u32 retries_max)
387 if (!status || !retries_max)
405 } while (++retry_count < retries_max);
407 if (retry_count == retries_max)
381 ioctl_rpmb_card_status_poll(struct mmc_card *card, u32 *status, u32 retries_max) argument

Completed in 74 milliseconds