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

  /external/u-boot/drivers/mmc/
pic32_sdhci.c 22 sdhci_writeb(host, SDHCI_CTRL_CD_TEST, SDHCI_HOST_CONTROL);
mv_sdhci.c 51 if (!IS_SD(mmc) && reg == SDHCI_HOST_CONTROL) {
sdhci.c 77 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
79 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
474 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
499 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_emmc.c 64 #define SDHCI_HOST_CONTROL 0x28
192 tmp = mmio_read_8(host_base + SDHCI_HOST_CONTROL);
195 mmio_write_8(host_base + SDHCI_HOST_CONTROL, tmp);
  /external/u-boot/include/
sdhci.h 67 #define SDHCI_HOST_CONTROL 0x28

Completed in 391 milliseconds