Home
last modified time | relevance | path

Searched refs:IXP4XX_EXP_BUS_BASE (Results 1 – 12 of 12) sorted by relevance

/arch/arm/mach-ixp4xx/
Davila-setup.c145 avila_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in avila_init()
147 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in avila_init()
151 avila_pata_resources[0].start = IXP4XX_EXP_BUS_BASE(1); in avila_init()
154 avila_pata_resources[1].start = IXP4XX_EXP_BUS_BASE(2); in avila_init()
Dwg302v2-setup.c89 wg302v2_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in wg302v2_init()
90 wg302v2_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1; in wg302v2_init()
Dgateway7001-setup.c88 gateway7001_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in gateway7001_init()
89 gateway7001_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1; in gateway7001_init()
Dixdp425-setup.c221 ixdp425_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in ixdp425_init()
223 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in ixdp425_init()
227 ixdp425_flash_nand_resource.start = IXP4XX_EXP_BUS_BASE(3), in ixdp425_init()
228 ixdp425_flash_nand_resource.end = IXP4XX_EXP_BUS_BASE(3) + 0x10 - 1; in ixdp425_init()
Dgtwx5715-setup.c133 gtwx5715_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in gtwx5715_init()
134 gtwx5715_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_8M - 1; in gtwx5715_init()
Dcoyote-setup.c85 coyote_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in coyote_init()
86 coyote_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1; in coyote_init()
Dnslu2-setup.c228 nslu2_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in nslu2_init()
230 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in nslu2_init()
267 f = ioremap(IXP4XX_EXP_BUS_BASE(0), 0x40000); in nslu2_init()
Dnas100d-setup.c242 nas100d_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in nas100d_init()
244 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in nas100d_init()
286 f = ioremap(IXP4XX_EXP_BUS_BASE(0), 0x1000000); in nas100d_init()
Dfsg-setup.c184 fsg_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in fsg_init()
186 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in fsg_init()
226 f = ioremap(IXP4XX_EXP_BUS_BASE(0), 0x400000); in fsg_init()
Ddsmg600-setup.c224 dsmg600_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in dsmg600_init()
226 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in dsmg600_init()
/arch/arm/mach-ixp4xx/include/mach/
Dplatform.h38 #define IXP4XX_EXP_BUS_BASE(region)\ macro
42 (IXP4XX_EXP_BUS_BASE(region) + ixp4xx_exp_bus_size - 1)
Dcoyote.h26 #define COYOTE_IDE_BASE_PHYS IXP4XX_EXP_BUS_BASE(3)