Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dpxamci.c47 #define mmc_has_26MHz() (cpu_is_pxa300() || cpu_is_pxa310() \ macro
671 mmc->f_max = (mmc_has_26MHz()) ? 26000000 : host->clkrate; in pxamci_probe()
682 if (mmc_has_26MHz()) in pxamci_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dpxamci.c46 #define mmc_has_26MHz() (cpu_is_pxa300() || cpu_is_pxa310() \ macro
669 mmc->f_max = (mmc_has_26MHz()) ? 26000000 : host->clkrate; in pxamci_probe()
680 if (mmc_has_26MHz()) in pxamci_probe()

Completed in 3 milliseconds