Home
last modified time | relevance | path

Searched refs:EPROM_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dplatform.h501 #define EPROM_SIZE INTEGRATOR_BOOT_ROM_SIZE macro
502 #define EPROM_END (EPROM_BASE + EPROM_SIZE - 1)
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dplatform.h698 #define EPROM_SIZE PLAT_BOOT_ROM_SIZE macro
699 #define EPROM_END (EPROM_BASE + EPROM_SIZE - 1)
/linux-2.4.37.9/drivers/atm/
Dmidway.h19 #define EPROM_SIZE 0x00010000 macro
Diphase.h333 #define EPROM_SIZE 0x40000 /* says 64K in the docs ??? */ macro
Deni.c1695 mac_base = base+EPROM_SIZE-sizeof(struct midway_eprom); in get_esi_fpga()
1742 eprom = (struct midway_eprom *) (base+EPROM_SIZE-sizeof(struct in eni_do_init()