Home
last modified time | relevance | path

Searched refs:fb_mask_blue (Results 1 – 4 of 4) sorted by relevance

/dragonfly/stand/boot/efi/loader/arch/x86_64/
H A Dframebuffer.c53 efifb->fb_mask_blue | efifb->fb_mask_reserved; in efi_framebuffer_bpp()
72 efifb->fb_mask_blue = 0x00ff0000; in efifb_mask_from_pixfmt()
78 efifb->fb_mask_blue = 0x000000ff; in efifb_mask_from_pixfmt()
84 efifb->fb_mask_blue = pixinfo->BlueMask; in efifb_mask_from_pixfmt()
460 efifb->fb_mask_blue); in print_efifb()
/dragonfly/sys/platform/pc64/include/
H A Dmetadata.h53 uint32_t fb_mask_blue; member
/dragonfly/stand/boot/efi/loader/
H A Dbootinfo.c257 efifb.fb_mask_red, efifb.fb_mask_green, efifb.fb_mask_blue, in bi_load_efi_data()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c2164 efifb->fb_mask_blue | efifb->fb_mask_reserved; in efifb_color_depth()