UEFIStarter
a simple UEFI framework
|
data type for AC'97 buffer descriptor More...
#include <ac97.h>
Data Fields | |
UINT32 | address |
start of buffer | |
UINT16 | length |
length of buffer, in bytes | |
union { | |
UINT16 raw | |
raw access to buffer configuration | |
struct { | |
UINT16 _reserved:14 | |
(reserved) | |
UINT16 bup:1 | |
buffer underrun policy | |
UINT16 ioc:1 | |
interrupt on completion | |
} | |
structured access to buffer configuration | |
} | control |
buffer configuration | |
data type for AC'97 buffer descriptor