Searched defs:sti (Results 1 – 5 of 5) sorted by relevance
64 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument65 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument66 #define c_index(sti, c) ((c) & 0xff) argument78 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph()115 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf()139 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc()613 static void sti_dump_rom(struct sti_struct *sti) in sti_dump_rom()864 struct sti_struct *sti; in sti_try_rom_generic() local983 struct sti_struct *sti = NULL; in sticore_pa_init() local1007 struct sti_struct *sti; in sticore_pci_init() local[all …]
133 struct sti_struct *sti = sticon_sti; in sticon_scroll() local175 struct sti_struct *sti = sticon_sti; in sticon_set_font() local278 struct sti_struct *sti = sticon_sti; in sticon_init() local
10 .macro sti macro
109 struct sti_struct *sti; member1160 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb()1399 struct sti_struct *sti; in stifb_init() local1446 struct sti_struct *sti; in stifb_cleanup() local
42 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument43 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument46 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument47 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
Completed in 12 milliseconds