Home
last modified time | relevance | path

Searched refs:MMC_SPI_MIN_CLOCK (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c46 #define MMC_SPI_MIN_CLOCK 400000 /* 400KHz to meet MMC spec */ macro
252 spi_set_speed(spi, MMC_SPI_MIN_CLOCK); in mmc_spi_init_p()
271 .f_min = MMC_SPI_MIN_CLOCK,