Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dhal_sdhost.c125 #define SDC1_SET_GPIO_MUX() ({int v = readl(SDC_GPIO_BASE + 0xd8);\
128 writel(v,SDC_GPIO_BASE + 0xd8);\
130 #define SDC1_SET_GPIO_DRV() ({int v = readl(SDC_GPIO_BASE + 0xec);\
135 #define SDC1_SET_GPIO_PULL() ({int v = readl(SDC_GPIO_BASE + 0xf4);\
142 #define SDC_TIG_SET_GPIO_MUX() ({int v = readl(SDC_GPIO_BASE + 0x28);\
145 writel(v,SDC_GPIO_BASE + 0x28);\
158 #define SDC_TIG_SET_GPIO_DAT() ({int v = readl(SDC_GPIO_BASE + 0x34);\
304 sdc_hex_dump_word((void *)SDC_GPIO_BASE+0xb0,0xff); in __mci_force_dump_host_info()
305 sdc_hex_dump_word((void *)SDC_GPIO_BASE+0x340,0xff); in __mci_force_dump_host_info()
616 sdc_hex_dump_word((void *)(SDC_GPIO_BASE+0xB0),0xff); in __mci_request_done()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/platform/
A Dmmc_sun20iw1p1.h12 #define SDC_GPIO_BASE (0x2000000) macro
A Dmmc_sun8iw18p1.h10 #define SDC_GPIO_BASE (0x300b000) macro
A Dmmc_sun8iw19p1.h10 #define SDC_GPIO_BASE (0x300b000) macro

Completed in 13 milliseconds