Home
last modified time | relevance | path

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

/drivers/video/console/
Dsticore.c576 rom->graphics_id[0], in sti_dump_rom()
577 rom->graphics_id[1], in sti_dump_rom()
770 sti->graphics_id[0] = raw->graphics_id[0]; in sti_read_rom()
771 sti->graphics_id[1] = raw->graphics_id[1]; in sti_read_rom()
776 if (wordmode || sti->graphics_id[1] != 0x09A02587) in sti_read_rom()
781 switch (sti->graphics_id[0]) { in sti_read_rom()
/drivers/video/
Dsticore.h187 u32 graphics_id[2]; member
319 u32 graphics_id[2]; member
Dstifb.c1105 fb->id = fb->sti->graphics_id[0]; in stifb_init_fb()