Searched refs:f_max (Results 51 - 58 of 58) sorted by relevance

123

/linux-master/drivers/mmc/host/
H A Dwbsd.c1207 mmc->f_max = 24000000;
H A Dmxcmmc.c1103 mmc->f_max = clk_get_rate(host->clk_per) >> 1;
H A Dsdhci.c4437 if (!mmc->f_max || mmc->f_max > max_clk)
4438 mmc->f_max = max_clk;
H A Drtsx_usb_sdmmc.c1303 mmc->f_max = 208000000;
H A Drtsx_pci_sdmmc.c1456 mmc->f_max = 208000000;
H A Ddw_mmc.c2905 if (!mmc->f_max)
2906 mmc->f_max = DW_MCI_FREQ_MAX;
H A Datmel-mci.c2270 mmc->f_max = host->bus_hz / 2;
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h1427 __le32 f_max; member in struct:gb_sdio_get_caps_response

Completed in 503 milliseconds

123