Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dvulcan-setup.c223 vulcan_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in vulcan_init()
224 vulcan_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1; in vulcan_init()
233 vulcan_sram_resource.start = IXP4XX_EXP_BUS_BASE(2); in vulcan_init()
234 vulcan_sram_resource.end = IXP4XX_EXP_BUS_BASE(2) + SZ_256K - 1; in vulcan_init()
244 vulcan_uart_resources[2].start = IXP4XX_EXP_BUS_BASE(3); in vulcan_init()
245 vulcan_uart_resources[2].end = IXP4XX_EXP_BUS_BASE(3) + 16 - 1; in vulcan_init()
260 vulcan_max6369_resource.start = IXP4XX_EXP_BUS_BASE(5); in vulcan_init()
261 vulcan_max6369_resource.end = IXP4XX_EXP_BUS_BASE(5); in vulcan_init()
H A Davila-setup.c154 avila_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in avila_init()
156 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in avila_init()
162 avila_pata_resources[0].start = IXP4XX_EXP_BUS_BASE(1); in avila_init()
165 avila_pata_resources[1].start = IXP4XX_EXP_BUS_BASE(2); in avila_init()
H A Dcoyote-setup.c30 #define COYOTE_IDE_BASE_PHYS IXP4XX_EXP_BUS_BASE(3)
96 coyote_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in coyote_init()
97 coyote_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1; in coyote_init()
H A Dixdp425-setup.c250 ixdp425_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in ixdp425_init()
252 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in ixdp425_init()
256 ixdp425_flash_nand_resource.start = IXP4XX_EXP_BUS_BASE(3), in ixdp425_init()
257 ixdp425_flash_nand_resource.end = IXP4XX_EXP_BUS_BASE(3) + 0x10 - 1; in ixdp425_init()
H A Dnslu2-setup.c275 nslu2_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in nslu2_init()
277 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in nslu2_init()
313 f = ioremap(IXP4XX_EXP_BUS_BASE(0), 0x40000); in nslu2_init()
H A Dnas100d-setup.c294 nas100d_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in nas100d_init()
296 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in nas100d_init()
325 f = ioremap(IXP4XX_EXP_BUS_BASE(0), 0x1000000); in nas100d_init()
H A Dgateway7001-setup.c90 gateway7001_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in gateway7001_init()
91 gateway7001_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1; in gateway7001_init()
H A Dwg302v2-setup.c91 wg302v2_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in wg302v2_init()
92 wg302v2_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_32M - 1; in wg302v2_init()
H A Dgtwx5715-setup.c146 gtwx5715_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in gtwx5715_init()
147 gtwx5715_flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + SZ_8M - 1; in gtwx5715_init()
H A Dfsg-setup.c217 fsg_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in fsg_init()
219 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in fsg_init()
258 f = ioremap(IXP4XX_EXP_BUS_BASE(0), 0x400000); in fsg_init()
H A Ddsmg600-setup.c273 dsmg600_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in dsmg600_init()
275 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in dsmg600_init()
H A Domixp-setup.c246 omixp_flash_resources[0].start = IXP4XX_EXP_BUS_BASE(0); in omixp_init()
250 omixp_flash_resources[1].start = IXP4XX_EXP_BUS_BASE(2); in omixp_init()
H A Dgoramo_mlr.c458 flash_resource.start = IXP4XX_EXP_BUS_BASE(0); in gmlr_init()
459 flash_resource.end = IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in gmlr_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dplatform.h42 #define IXP4XX_EXP_BUS_BASE(region)\ macro
46 (IXP4XX_EXP_BUS_BASE(region) + ixp4xx_exp_bus_size - 1)
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-fsg.c148 IXP4XX_EXP_BUS_BASE(2), 512); in fsg_led_probe()