Home
last modified time | relevance | path

Searched refs:AU1100_SD0_PHYS_ADDR (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/arch/mips/alchemy/common/
Ddma.c128 { AU1100_SD0_PHYS_ADDR + 0x00, DMA_DS | DMA_DW8 }, /* coherent */
129 { AU1100_SD0_PHYS_ADDR + 0x04, DMA_DS | DMA_DW8 | DMA_DR }, /* coherent */
/linux-5.19.10/arch/mips/alchemy/devboards/
Ddb1000.c311 .start = AU1100_SD0_PHYS_ADDR,
312 .end = AU1100_SD0_PHYS_ADDR + 0xfff,
Ddb1300.c611 .start = AU1100_SD0_PHYS_ADDR,
612 .end = AU1100_SD0_PHYS_ADDR,
Ddb1200.c535 .start = AU1100_SD0_PHYS_ADDR,
536 .end = AU1100_SD0_PHYS_ADDR + 0xfff,
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h126 #define AU1100_SD0_PHYS_ADDR 0x10600000 /* 245 */ macro
/linux-5.19.10/drivers/mmc/host/
Dau1xmmc.c1002 if (host->ioarea->start == AU1100_SD0_PHYS_ADDR) in au1xmmc_probe()