Lines Matching refs:raw_font
678 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
687 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
689 font_start = raw_font; in sti_cook_fonts()
690 cooked_font->raw = raw_font; in sti_cook_fonts()
692 while (raw_font->next_font) { in sti_cook_fonts()
693 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
701 cooked_font->raw = raw_font; in sti_cook_fonts()
756 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
776 raw_font = ((void *)raw) + raw->font_start; in sti_get_bmode_rom()
777 font_start = raw_font; in sti_get_bmode_rom()
779 while (raw_font->next_font) { in sti_get_bmode_rom()
780 BMODE_RELOCATE (raw_font->next_font); in sti_get_bmode_rom()
781 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()