Searched refs:AU1100_SD0_PHYS_ADDR (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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-6.6.21/arch/mips/alchemy/devboards/ |
D | db1000.c | 306 .start = AU1100_SD0_PHYS_ADDR, 307 .end = AU1100_SD0_PHYS_ADDR + 0xfff,
|
D | db1300.c | 604 .start = AU1100_SD0_PHYS_ADDR, 605 .end = AU1100_SD0_PHYS_ADDR,
|
D | db1200.c | 521 .start = AU1100_SD0_PHYS_ADDR, 522 .end = AU1100_SD0_PHYS_ADDR + 0xfff,
|
/linux-6.6.21/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 126 #define AU1100_SD0_PHYS_ADDR 0x10600000 /* 245 */ macro
|
/linux-6.6.21/drivers/mmc/host/ |
D | au1xmmc.c | 1002 if (host->ioarea->start == AU1100_SD0_PHYS_ADDR) in au1xmmc_probe()
|