Home
last modified time | relevance | path

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

/freebsd/sys/dev/coreboot/
H A Dcoreboot.h289 struct cb_framebuffer { struct
290 uint32_t tag;
291 uint32_t size;
292 uint64_t physical_address;
293 uint32_t x_resolution;
294 uint32_t y_resolution;
295 uint32_t bytes_per_line;
296 uint8_t bits_per_pixel;
297 uint8_t red_mask_pos;
298 uint8_t red_mask_size;
[all …]