Home
last modified time | relevance | path

Searched refs:HarmonyAsic (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/mips/hp-lj/
Dgdb_hook.c71 if (GetAsicId() == HarmonyAsic) { in putDebugChar()
86 if (GetAsicId() == HarmonyAsic) { in getDebugChar()
Dsetup.c88 } else if (GetAsicId() == HarmonyAsic) { in hp_time_init()
114 if (GetAsicId() == HarmonyAsic) in hplj_restart()
Dasic.c11 asic = HarmonyAsic; in GetAsicId()
Dpci.c159 case HarmonyAsic: pci_regs_base_offset = 0xbff70000; break; in pci_setup()
/linux-2.4.37.9/include/asm-mips/hp-lj/
Dasic.h2 typedef enum { IllegalAsic, UnknownAsic, AndrosAsic, HarmonyAsic } AsicId; enumerator