|
Linux Kernel
3.7.1
|
#include <atombios.h>
Data Fields | |
| UCHAR | ucLaneSel |
| union { | |
| UCHAR ucLaneSet | |
| struct { | |
| UCHAR ucVOLTAGE_SWING:3 | |
| UCHAR ucPRE_EMPHASIS:3 | |
| UCHAR ucPOST_CURSOR2:2 | |
| } | |
| }; | |
Definition at line 1135 of file atombios.h.
| union { ... } |
| UCHAR ucLaneSel |
Definition at line 1137 of file atombios.h.
| UCHAR ucLaneSet |
Definition at line 1140 of file atombios.h.
| UCHAR ucPOST_CURSOR2 |
Definition at line 1149 of file atombios.h.
| UCHAR ucPRE_EMPHASIS |
Definition at line 1148 of file atombios.h.
| UCHAR ucVOLTAGE_SWING |
Definition at line 1147 of file atombios.h.
1.8.2