Searched refs:AU1100_SD0_PHYS_ADDR (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/mips/alchemy/common/ |
D | dma.c | 128 { AU1100_SD0_PHYS_ADDR + 0x00, DMA_DS | DMA_DW8 }, /* coherent */ 129 { AU1100_SD0_PHYS_ADDR + 0x04, DMA_DS | DMA_DW8 | DMA_DR }, /* coherent */
|
/Linux-v5.10/arch/mips/alchemy/devboards/ |
D | db1000.c | 311 .start = AU1100_SD0_PHYS_ADDR, 312 .end = AU1100_SD0_PHYS_ADDR + 0xfff,
|
D | db1300.c | 611 .start = AU1100_SD0_PHYS_ADDR, 612 .end = AU1100_SD0_PHYS_ADDR,
|
D | db1200.c | 535 .start = AU1100_SD0_PHYS_ADDR, 536 .end = AU1100_SD0_PHYS_ADDR + 0xfff,
|
/Linux-v5.10/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 126 #define AU1100_SD0_PHYS_ADDR 0x10600000 /* 245 */ macro
|
/Linux-v5.10/drivers/mmc/host/ |
D | au1xmmc.c | 1000 if (host->ioarea->start == AU1100_SD0_PHYS_ADDR) in au1xmmc_probe()
|