Lines Matching +full:timer +full:- +full:width
1 /* SPDX-License-Identifier: GPL-2.0 */
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)
86 s16 onscreen_x; /* screen width in pixels */
88 s16 offscreen_x; /* offset width in pixels */
90 s16 total_x; /* frame buffer width in pixels */
105 u32 nontext : 1; /* turn on non-text display planes? */
107 u32 cmap_blk : 1; /* non-text planes cmap black? */
108 u32 enable_be_timer : 1; /* enable bus error timer */
109 u32 enable_be_int : 1; /* enable bus error timer interrupt */
111 u32 no_chg_ntx : 1; /* don't change non-text settings */
112 u32 no_chg_bet : 1; /* don't change berr timer settings */
119 u32 caller_other : 1; /* set only by non-[BR/K] caller */
165 s16 onscreen_x; /* screen width in pixels */
167 s16 offscreen_x; /* offscreen width in pixels */
169 s16 total_x; /* frame buffer width in pixels */
231 u8 width; member
247 int height, width; member
299 s16 width; /* block width in pixels */ member
333 /* min 256 bytes which is STI default, max sti->sti_mem_request */
353 int do_call64; /* call 64-bit code */
399 int height, int width, u8 color);
401 int height, int width, int c, struct sti_cooked_font *font);
403 int dst_y, int dst_x, int height, int width,