Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
SVGAColorBGRX Struct Reference

#include <svga_reg.h>

Data Fields

union {
   struct {
      uint32   b: 8
 
      uint32   g: 8
 
      uint32   r: 8
 
      uint32   x: 8
 
   } 
 
   uint32   value
 
}; 
 

Detailed Description

Definition at line 357 of file svga_reg.h.

Field Documentation

union { ... }
uint32 b

Definition at line 361 of file svga_reg.h.

uint32 g

Definition at line 362 of file svga_reg.h.

uint32 r

Definition at line 363 of file svga_reg.h.

uint32 value

Definition at line 367 of file svga_reg.h.

uint32 x

Definition at line 364 of file svga_reg.h.


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