Searched full:ip30 (Results 1 – 12 of 12) sorted by relevance
3 # Makefile for the IP30 specific kernel interface routines under Linux.6 obj-y := ip30-irq.o ip30-power.o ip30-setup.o ip30-timer.o ip30-xtalk.o8 obj-$(CONFIG_EARLY_PRINTK) += ip30-console.o9 obj-$(CONFIG_SMP) += ip30-smp.o
2 # SGI-IP30 (Octane/Octane2)4 cflags-$(CONFIG_SGI_IP30) += -I$(srctree)/arch/mips/include/asm/mach-ip30
3 * ip30-irq.c: Highlevel interrupt handling for IP30 architecture.18 #include "ip30-common.h"76 pr_alert("IP30: CPU%d: HEART ATTACK! ISR = 0x%.16llx, IMR = 0x%.16llx, CAUSE = 0x%.16llx\n", in ip30_error_irq()90 panic("IP30: Fatal Error !\n"); in ip30_error_irq()
3 * ip30-xtalk.c - Very basic Crosstalk (XIO) detection support.
72 .name = "ip30-leds",81 MODULE_ALIAS("platform:ip30-leds");
88 #define WIDGET_XBOW_MFGR_NUM 0x0 /* IP30 XBow Chip */93 #define WIDGET_HEART_MFGR_NUM 0x036 /* IP30 HEART Chip */
29 platform-$(CONFIG_SGI_IP30) += sgi-ip30/
39 .arcname = "SGI-IP30",
150 /* ignore mirrored RAM on IP28/IP30 */ in prom_meminit()
74 /* new stuff for IP30 */
143 DMI_MATCH(DMI_PRODUCT_NAME, "IP30"),
1147 This chip is commonly found in SGI O2 (IP32) and SGI Octane (IP30)