Home
last modified time | relevance | path

Searched defs:screen_info (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/linux/
A Dscreen_info.h10 struct screen_info { struct
11 __u8 orig_x; /* 0x00 */
12 __u8 orig_y; /* 0x01 */
13 __u16 ext_mem_k; /* 0x02 */
17 __u8 flags; /* 0x08 */
18 __u8 unused2; /* 0x09 */
20 __u16 unused3; /* 0x0c */
26 __u16 lfb_width; /* 0x12 */
31 __u16 cl_magic, cl_offset; /* 0x20 */
34 __u8 red_pos; /* 0x27 */
[all …]
/u-boot/drivers/pci/
A Dpci_rom.c208 void setup_video(struct screen_info *screen_info) in setup_video()
/u-boot/arch/x86/include/asm/
A Dbootparam.h105 struct screen_info screen_info; /* 0x000 */ member

Completed in 11 milliseconds