Searched refs:SD_CONFIG_DIV (Results 1 – 2 of 2) sorted by relevance
91 #define SD_CONFIG_DIV (0x000001ff) macro
594 config &= ~(SD_CONFIG_DIV); in au1xmmc_set_clock()595 config |= (divisor & SD_CONFIG_DIV) | SD_CONFIG_DE; in au1xmmc_set_clock()