Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.h265 #define SDIO_BASE MVEBU_REG(0xD8000) macro
267 #define SDIO_HOST_CTRL1_ADDR (SDIO_BASE + 0x28)
268 #define SDIO_SDHC_FIFO_ADDR (SDIO_BASE + 0x12C)
269 #define SDIO_CAP_12_ADDR (SDIO_BASE + 0x40)
270 #define SDIO_ENDIAN_ADDR (SDIO_BASE + 0x1A4)
271 #define SDIO_PHY_TIMING_ADDR (SDIO_BASE + 0x170)
272 #define SDIO_PHY_PAD_CTRL0_ADDR (SDIO_BASE + 0x178)
273 #define SDIO_DLL_RST_ADDR (SDIO_BASE + 0x148)
/OK3568_Linux_fs/kernel/arch/arc/plat-hsdk/
H A Dplatform.c24 #define SDIO_BASE (ARC_PERIPHERAL_BASE + 0xA000) macro
25 #define SDIO_UHS_REG_EXT (SDIO_BASE + 0x108)
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dtoshsd.c55 iowrite16(0x100, host->ioaddr + SDIO_BASE + SDIO_CLOCKNWAITCTRL); in toshsd_init()
140 iowrite16(state, host->ioaddr + SDIO_BASE + SDIO_LEDCTRL); in toshsd_set_led()
562 iowrite16(0x000, host->ioaddr + SDIO_BASE + SDIO_CLOCKNWAITCTRL); in toshsd_powerdown()
H A Dtoshsd.h65 #define SDIO_BASE 0x100 macro