Home
last modified time | relevance | path

Searched refs:SDIO_BASE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.h254 #define SDIO_BASE MVEBU_REG(0xD8000) macro
256 #define SDIO_HOST_CTRL1_ADDR (SDIO_BASE + 0x28)
257 #define SDIO_SDHC_FIFO_ADDR (SDIO_BASE + 0x12C)
258 #define SDIO_CAP_12_ADDR (SDIO_BASE + 0x40)
259 #define SDIO_ENDIAN_ADDR (SDIO_BASE + 0x1A4)
260 #define SDIO_PHY_TIMING_ADDR (SDIO_BASE + 0x170)
261 #define SDIO_PHY_PAD_CTRL0_ADDR (SDIO_BASE + 0x178)
262 #define SDIO_DLL_RST_ADDR (SDIO_BASE + 0x148)
/openbmc/u-boot/board/synopsys/emsdp/
H A Demsdp.c23 #define SDIO_BASE (void *)(ARC_PERIPHERAL_BASE + 0x10000) macro
63 host->ioaddr = SDIO_BASE; in board_mmc_init()
/openbmc/u-boot/board/synopsys/iot_devkit/
H A Diot_devkit.c149 #define SDIO_BASE (ARC_PERIPHERAL_BASE + 0xB000) macro
163 host->ioaddr = (void *)SDIO_BASE; in board_mmc_init()
/openbmc/u-boot/board/synopsys/hsdk/
H A Dhsdk.c40 #define SDIO_BASE (ARC_PERIPHERAL_BASE + 0xA000) macro
41 #define SDIO_UHS_REG_EXT (SDIO_BASE + 0x108)