Searched refs:KLCLASS_GFX (Results 1 – 3 of 3) sorted by relevance
324 #define KLCLASS_GFX 0x50 /* graphics boards */ macro372 #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 */
354 #define KLCLASS_GFX 0x50 /* graphics boards */ macro397 #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 */
521 case KLCLASS_GFX: { /* Gfx board */ in board_serial_number_get()