Lines Matching +full:power +full:- +full:friendly
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)
77 u8 friendly_boot; /* in friendly boot mode */
78 s16 power; /* power calculation (in Watts) */ member
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 */
198 u16 power; member
333 /* min 256 bytes which is STI default, max sti->sti_mem_request */
353 int do_call64; /* call 64-bit code */