Home
last modified time | relevance | path

Searched refs:total_phases (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-msm.c472 u8 *phase_table, u8 total_phases) in msm_find_most_appropriate_phase()
482 if (!total_phases || (total_phases > MAX_PHASES)) { in msm_find_most_appropriate_phase()
483 dev_err(mmc_dev(mmc), "%s: Invalid argument: total_phases=%d\n", in msm_find_most_appropriate_phase()
484 mmc_hostname(mmc), total_phases); in msm_find_most_appropriate_phase() local
488 for (cnt = 0; cnt < total_phases; cnt++) { in msm_find_most_appropriate_phase()
493 if ((cnt + 1) == total_phases) { in msm_find_most_appropriate_phase()
471 msm_find_most_appropriate_phase(struct sdhci_host *host, u8 *phase_table, u8 total_phases) msm_find_most_appropriate_phase() argument
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-msm.c492 u8 *phase_table, u8 total_phases) in msm_find_most_appropriate_phase()
502 if (!total_phases || (total_phases > MAX_PHASES)) { in msm_find_most_appropriate_phase()
503 dev_err(mmc_dev(mmc), "%s: Invalid argument: total_phases=%d\n", in msm_find_most_appropriate_phase()
504 mmc_hostname(mmc), total_phases); in msm_find_most_appropriate_phase() local
508 for (cnt = 0; cnt < total_phases; cnt++) { in msm_find_most_appropriate_phase()
513 if ((cnt + 1) == total_phases) { in msm_find_most_appropriate_phase()
491 msm_find_most_appropriate_phase(struct sdhci_host *host, u8 *phase_table, u8 total_phases) msm_find_most_appropriate_phase() argument

Completed in 8 milliseconds