Home
last modified time | relevance | path

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

/linux/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)
/linux/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