Searched refs:mci_set_mode (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | gen_atmel_mci.c | 90 static void mci_set_mode(struct udevice *dev, u32 hz, u32 blklen) function 98 static void mci_set_mode(struct mmc *mmc, u32 hz, u32 blklen) 390 mci_set_mode(dev, mmc->clock, MMC_DEFAULT_BLKLEN); 392 mci_set_mode(mmc, mmc->clock, MMC_DEFAULT_BLKLEN); 448 mci_set_mode(dev, CONFIG_SYS_MMC_CLK_OD, MMC_DEFAULT_BLKLEN); 450 mci_set_mode(mmc, CONFIG_SYS_MMC_CLK_OD, MMC_DEFAULT_BLKLEN);
|