Home
last modified time | relevance | path

Searched refs:amiga_chipset (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Damigahw.h28 extern unsigned long amiga_chipset;
266 if (amiga_chipset == CS_ECS || amiga_chipset == CS_AGA) { in amifb_video_off()
/openbmc/linux/arch/m68k/amiga/
H A Dconfig.c50 unsigned long amiga_chipset; variable
51 EXPORT_SYMBOL(amiga_chipset);
158 amiga_chipset = be32_to_cpup(data); in amiga_parse_bootinfo()
286 switch (amiga_chipset) { in amiga_identify()
792 switch (amiga_chipset) { in amiga_get_hardware_list()
/openbmc/linux/drivers/video/fbdev/
H A Damifb.c3557 switch (amiga_chipset) { in amifb_probe()