Searched refs:rombase (Results 1 – 4 of 4) sorted by relevance
54 unsigned char *rombase, *bios; in net5501_present() local57 rombase = ioremap(BIOS_REGION_BASE, BIOS_REGION_SIZE - 1); in net5501_present()58 if (!rombase) { in net5501_present()63 bios = rombase + 0x20; /* null terminated */ in net5501_present()69 unsigned char *model = rombase + boards[i].offset; in net5501_present()81 iounmap(rombase); in net5501_present()
474 unsigned long rombase = 0x40000000; in mac_reset() local514 : : "r" (offset), "a" (rombase) : "a0"); in mac_reset()519 if (mac_bi_data.rombase == 0) in mac_reset()520 mac_bi_data.rombase = 0x40800000; in mac_reset()523 rom_reset = (void *)(mac_bi_data.rombase + 0xa); in mac_reset()
116 mac_bi_data.rombase = be32_to_cpup(data); in mac_parse_bootinfo()
112 unsigned long rombase; member