Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h191 #define SDHCI_CLOCK_MUL_MASK 0x00FF0000 macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsdhci.c898 host->clk_mul = (caps_1 & SDHCI_CLOCK_MUL_MASK) >>