Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h91 #define SD_CONFIG_DIV (0x000001ff) macro
/linux-4.1.27/drivers/mmc/host/
Dau1xmmc.c608 config &= ~(SD_CONFIG_DIV); in au1xmmc_set_clock()
609 config |= (divisor & SD_CONFIG_DIV) | SD_CONFIG_DE; in au1xmmc_set_clock()