Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/mach-ixp4xx/include/mach/
Dplatform.h42 #define IXP4XX_EXP_BUS_BASE(region)\ macro
46 (IXP4XX_EXP_BUS_BASE(region) + ixp4xx_exp_bus_size - 1)
/Linux-v5.15/arch/arm/mach-ixp4xx/
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()
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()
/Linux-v5.15/drivers/leds/
Dleds-fsg.c148 IXP4XX_EXP_BUS_BASE(2), 512); in fsg_led_probe()