Searched refs:EPROM_SIZE (Results 1 – 5 of 5) sorted by relevance
501 #define EPROM_SIZE INTEGRATOR_BOOT_ROM_SIZE macro502 #define EPROM_END (EPROM_BASE + EPROM_SIZE - 1)
698 #define EPROM_SIZE PLAT_BOOT_ROM_SIZE macro699 #define EPROM_END (EPROM_BASE + EPROM_SIZE - 1)
19 #define EPROM_SIZE 0x00010000 macro
333 #define EPROM_SIZE 0x40000 /* says 64K in the docs ??? */ macro
1695 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()