Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/platform/geode/
Dnet5501.c100 unsigned char *rombase, *bios; in net5501_present() local
103 rombase = ioremap(BIOS_REGION_BASE, BIOS_REGION_SIZE - 1); in net5501_present()
104 if (!rombase) { in net5501_present()
109 bios = rombase + 0x20; /* null terminated */ in net5501_present()
115 unsigned char *model = rombase + boards[i].offset; in net5501_present()
127 iounmap(rombase); in net5501_present()
/kernel/linux/linux-5.10/arch/m68k/mac/
Dmisc.c460 if (mac_bi_data.rombase == 0) in mac_reset()
461 mac_bi_data.rombase = 0x40800000; in mac_reset()
464 rom_reset = (void *) (mac_bi_data.rombase + 0xa); in mac_reset()
485 unsigned long rombase = 0x40000000; in mac_reset() local
525 : : "r" (offset), "a" (rombase) : "a0"); in mac_reset()
Dconfig.c123 mac_bi_data.rombase = be32_to_cpup(data); in mac_parse_bootinfo()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmacintosh.h112 unsigned long rombase; member