Lines Matching +full:data +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)
63 u32 cache : 1; /* map to data cache */
81 u32 *future_ptr; /* pointer to future data */
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 */
95 u32 *ext_ptr; /* pointer to extended glob_cfg data structure */
105 u32 nontext : 1; /* turn on non-text display planes? */
107 u32 cmap_blk : 1; /* non-text planes cmap black? */
111 u32 no_chg_ntx : 1; /* don't change non-text settings */
119 u32 caller_other : 1; /* set only by non-[BR/K] caller */
121 u32 *future_ptr; /* pointer to future data */
127 u16 inflight_data; /* inflight data possible on PCI */
128 u32 *future_ptr; /* pointer to future data */
133 u32 *ext_ptr; /* pointer to extended init_graph inptr data structure*/
140 u32 *future_ptr; /* pointer to future data */
150 u32 *future_ptr; /* pointer to future data */
154 u32 *future_ptr; /* pointer to future data */
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 */
176 u32 *ext_ptr; /* pointer to future data */
231 u8 width; member
245 void *raw_ptr; /* kmalloc'ed font data */
247 int height, width; member
266 u32 *future_ptr; /* pointer to future data */
273 u32 *future_ptr; /* pointer to future data */
278 u32 *future_ptr; /* pointer to future data */
289 u32 *future_ptr; /* pointer to future data */
299 s16 width; /* block width in pixels */ member
301 u32 *future_ptr; /* pointer to future data */
306 u32 *future_ptr; /* pointer to future data */
333 /* min 256 bytes which is STI default, max sti->sti_mem_request */
353 int do_call64; /* call 64-bit code */
367 /* PCI data structures (pg. 17ff from sti.pdf) */
373 /* pointer to all internal data */
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,