Lines Matching +full:rom +full:- +full:14 +full:h
1 /* SPDX-License-Identifier: GPL-2.0 */
37 #include <asm/io.h>
43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
46 /* sti_font_xy() use the native font ROM ! */
47 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
48 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
61 u32 offset : 14; /* offset in 4kbyte page */
66 u32 length : 14; /* length in 4kbyte page */
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 */
120 u32 pad : 14; /* pad to word boundary */
333 /* min 256 bytes which is STI default, max sti->sti_mem_request */
347 struct sti_cooked_rom *rom; member
353 int do_call64; /* call 64-bit code */
394 /* functions to call the STI ROM directly */