Home
last modified time | relevance | path

Searched refs:SDIO0_REG_BASE (Results 1 – 8 of 8) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516dv300/
Dplatform.h41 #define SDIO0_REG_BASE 0x100F0000 macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516cv500/
Dplatform.h41 #define SDIO0_REG_BASE 0x100F0000 macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-hi3516av300/
Dplatform.h41 #define SDIO0_REG_BASE 0x100F0000 macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dhimci_hi3516dv300.c107 if (host->base == SDIO0_REG_BASE) { in hi_mci_set_default_phase()
Dhimci_hi3516cv500.c107 if (host->base == SDIO0_REG_BASE) { in hi_mci_set_default_phase()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516dv300/
Dhi3516dv300.c804 ret = himci_add_port(dev_num, SDIO0_REG_BASE, CONFIG_SDIO0_FREQ); in board_mmc_init()
814 ret = himci_add_port(dev_num, SDIO0_REG_BASE, CONFIG_SDIO0_FREQ); in board_mmc_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516av300/
Dhi3516av300.c413 ret = himci_add_port(dev_num, SDIO0_REG_BASE, CONFIG_SDIO0_FREQ); in board_mmc_init()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516cv500/
Dhi3516cv500.c412 ret = himci_add_port(dev_num, SDIO0_REG_BASE, CONFIG_SDIO0_FREQ); in board_mmc_init()