Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dvideomodes.h35 struct ctfb_res_modes { struct
36 int xres; /* visible resolution */
37 int yres;
38 int refresh; /* vertical refresh rate in hz */
40 int pixclock; /* pixel clock in ps (pico seconds) */
41 int pixclock_khz; /* pixel clock in kHz */
42 int left_margin; /* time from sync to picture */
43 int right_margin; /* time from picture to sync */
44 int upper_margin; /* time from sync to picture */
45 int lower_margin;
[all …]