Lines Matching defs:sti
43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
47 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
48 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
80 u32 *sti_mem_addr; /* pointer to global sti memory (size=sti_mem_request) */
333 /* min 256 bytes which is STI default, max sti->sti_mem_request */
367 /* PCI data structures (pg. 17ff from sti.pdf) */
383 struct sti_struct *sti_get_rom(unsigned int index); /* 0: default sti */
384 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f);
389 int sti_call(const struct sti_struct *sti, unsigned long func,
396 void sti_putc(struct sti_struct *sti, int c, int y, int x,
398 void sti_set(struct sti_struct *sti, int src_y, int src_x,
400 void sti_clear(struct sti_struct *sti, int src_y, int src_x,
402 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,