Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/sn/
Dklconfig.h324 #define KLCLASS_GFX 0x50 /* graphics boards */ macro
372 #define KLTYPE_GFX (KLCLASS_GFX | 0x0) /* unknown graphics type */
373 #define KLTYPE_GFX_KONA (KLCLASS_GFX | 0x1) /* KONA graphics on IP27 */
374 #define KLTYPE_GFX_MGRA (KLCLASS_GFX | 0x3) /* MGRAS graphics on IP27 */
/linux-2.4.37.9/include/asm-mips64/sn/
Dklconfig.h354 #define KLCLASS_GFX 0x50 /* graphics boards */ macro
397 #define KLTYPE_GFX (KLCLASS_GFX | 0x0) /* unknown graphics type */
398 #define KLTYPE_GFX_KONA (KLCLASS_GFX | 0x1) /* KONA graphics on IP27 */
399 #define KLTYPE_GFX_MGRA (KLCLASS_GFX | 0x3) /* MGRAS graphics on IP27 */
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dklconflib.c521 case KLCLASS_GFX: { /* Gfx board */ in board_serial_number_get()