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

#include <chip.h>

Collaboration diagram for soc_rockchip_rk3288_config:
Collaboration graph

Data Fields

u32 vop_id
 
gpio_t lcd_bl_pwm_gpio
 
gpio_t lcd_bl_en_gpio
 
u32 bl_power_on_udelay
 
u32 bl_pwm_to_enable_udelay
 
u32 framebuffer_bits_per_pixel
 
u32 vop_mode
 

Detailed Description

Definition at line 9 of file chip.h.

Field Documentation

◆ bl_power_on_udelay

u32 soc_rockchip_rk3288_config::bl_power_on_udelay

Definition at line 13 of file chip.h.

◆ bl_pwm_to_enable_udelay

u32 soc_rockchip_rk3288_config::bl_pwm_to_enable_udelay

Definition at line 14 of file chip.h.

◆ framebuffer_bits_per_pixel

u32 soc_rockchip_rk3288_config::framebuffer_bits_per_pixel

Definition at line 15 of file chip.h.

Referenced by rk_display_init().

◆ lcd_bl_en_gpio

gpio_t soc_rockchip_rk3288_config::lcd_bl_en_gpio

Definition at line 12 of file chip.h.

◆ lcd_bl_pwm_gpio

gpio_t soc_rockchip_rk3288_config::lcd_bl_pwm_gpio

Definition at line 11 of file chip.h.

◆ vop_id

u32 soc_rockchip_rk3288_config::vop_id

Definition at line 10 of file chip.h.

Referenced by rk_display_init().

◆ vop_mode

u32 soc_rockchip_rk3288_config::vop_mode

Definition at line 16 of file chip.h.

Referenced by rk_display_init().


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