Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dmmc_host_def.h28 #undef MMC_CLOCK_REFERENCE
29 #define MMC_CLOCK_REFERENCE 192 /* MHz */ macro
31 #undef MMC_CLOCK_REFERENCE
32 #define MMC_CLOCK_REFERENCE 48 /* MHz */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_mmc.h168 #define MMC_CLOCK_REFERENCE 96 /* MHz */ macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Domap_hsmmc.c609 dsor = (MMC_CLOCK_REFERENCE * 1000000 / mmc->clock);
610 if ((MMC_CLOCK_REFERENCE * 1000000) / dsor > mmc->clock)