Home
last modified time | relevance | path

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

/drivers/video/console/
Dsticore.c583 rom->graphics_id[0], in sti_dump_rom()
584 rom->graphics_id[1], in sti_dump_rom()
777 sti->graphics_id[0] = raw->graphics_id[0]; in sti_read_rom()
778 sti->graphics_id[1] = raw->graphics_id[1]; in sti_read_rom()
783 if (wordmode || sti->graphics_id[1] != 0x09A02587) in sti_read_rom()
788 switch (sti->graphics_id[0]) { in sti_read_rom()
/drivers/video/fbdev/
Dsticore.h188 u32 graphics_id[2]; member
348 u32 graphics_id[2]; member
Dstifb.c1143 fb->id = fb->sti->graphics_id[0]; in stifb_init_fb()