HomeSort by relevance Sort by last modified time
    Searched refs:SDHCI_CLOCK_MUL_MASK (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
sdhci.h 174 #define SDHCI_CLOCK_MUL_MASK 0x00FF0000
  /external/u-boot/drivers/mmc/
sdhci.c 588 host->clk_mul = (caps_1 & SDHCI_CLOCK_MUL_MASK) >>

Completed in 44 milliseconds