coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
disp_color_regs Struct Reference

#include <ddp_common.h>

Collaboration diagram for disp_color_regs:
Collaboration graph

Data Fields

u8 reserved0 [1024]
 
u32 cfg_main
 
u8 reserved1 [2044]
 
u32 start
 
u8 reserved2 [76]
 
u32 width
 
u32 height
 

Detailed Description

Definition at line 99 of file ddp_common.h.

Field Documentation

◆ cfg_main

u32 disp_color_regs::cfg_main

Definition at line 101 of file ddp_common.h.

Referenced by color_start().

◆ height

u32 disp_color_regs::height

Definition at line 106 of file ddp_common.h.

Referenced by color_start().

◆ reserved0

u8 disp_color_regs::reserved0[1024]

Definition at line 100 of file ddp_common.h.

◆ reserved1

u8 disp_color_regs::reserved1[2044]

Definition at line 102 of file ddp_common.h.

◆ reserved2

u8 disp_color_regs::reserved2[76]

Definition at line 104 of file ddp_common.h.

◆ start

u32 disp_color_regs::start

Definition at line 103 of file ddp_common.h.

Referenced by color_start().

◆ width

u32 disp_color_regs::width

Definition at line 105 of file ddp_common.h.

Referenced by color_start().


The documentation for this struct was generated from the following file: