Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/kernel/sn2/
Dprominfo_proc.c58 #define FIT_ENTRY_UNUSED 0x7F /* Unused (reserved by Intel?) */ macro
106 { FIT_ENTRY_UNUSED, "Unused" },
119 if ((type > FIT_ENTRY_PAL_A) && (type < FIT_ENTRY_UNUSED)) in fit_type_name()