Searched refs:sti (Results 1 - 7 of 7) sorted by relevance

/drivers/video/console/
H A Dsticore.c58 #define c_fg(sti, c) col_trans[((c>> 8) & 7)]
59 #define c_bg(sti, c) col_trans[((c>>11) & 7)]
60 #define c_index(sti, c) ((c) & 0xff)
72 static int sti_init_graph(struct sti_struct *sti) argument
83 spin_lock_irqsave(&sti->lock, flags);
85 ret = STI_CALL(sti->init_graph, &default_init_flags, &inptr,
86 &outptr, sti->glob_cfg);
88 spin_unlock_irqrestore(&sti->lock, flags);
95 sti->text_planes = outptr.text_planes;
103 static void sti_inq_conf(struct sti_struct *sti) argument
125 sti_putc(struct sti_struct *sti, int c, int y, int x) argument
154 sti_set(struct sti_struct *sti, int src_y, int src_x, int height, int width, u8 color) argument
180 sti_clear(struct sti_struct *sti, int src_y, int src_x, int height, int width, int c) argument
210 sti_bmove(struct sti_struct *sti, int src_y, int src_x, int dst_y, int dst_x, int height, int width) argument
385 sti_dump_outptr(struct sti_struct *sti) argument
399 sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address, unsigned long hpa) argument
724 sti_read_rom(int wordmode, struct sti_struct *sti, unsigned long address) argument
810 struct sti_struct *sti; local
922 sticore_check_for_default_sti(struct sti_struct *sti, char *path) argument
936 struct sti_struct *sti = NULL; local
961 struct sti_struct *sti; local
[all...]
H A Dsticon.c163 struct sti_struct *sti = sticon_sti; local
172 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols);
173 sti_clear(sti, b - count, 0, count, conp->vc_cols, conp->vc_video_erase_char);
177 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols);
178 sti_clear(sti, t, 0, count, conp->vc_cols, conp->vc_video_erase_char);
203 struct sti_struct *sti = sticon_sti; local
206 sti_set(sti, 0, 0, sti_onscreen_y(sti), sti_onscreen_x(sti), 0);
207 vc_cols = sti_onscreen_x(sti) / st
[all...]
/drivers/video/
H A Dsticore.h52 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
53 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
56 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
57 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
83 u32 sti_mem_addr; /* pointer to global sti memory (size=sti_mem_request) */
341 /* PCI data structures (pg. 17ff from sti
[all...]
H A Dstifb.c54 #undef DEBUG_STIFB_REGS /* debug sti register accesses */
75 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index])
108 struct sti_struct *sti; member in struct:stifb_info
828 pBytePerLongDevDepData = fb->sti->regions[NGLEDEVDEPROM_CRT_REGION];
1081 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) argument
1103 fb->sti = sti;
1105 fb->id = fb->sti->graphics_id[0];
1117 if (strstr(sti->outptr.dev_name, "DX")) {
1121 sti
1320 struct sti_struct *sti; local
1367 struct sti_struct *sti; local
[all...]
/drivers/staging/comedi/drivers/
H A Ddt2814.c292 sti();
H A Ddt2811.c374 sti();
H A Ddt282x.c1341 sti();

Completed in 849 milliseconds