UEFIStarter
a simple UEFI framework
Data Fields
ac97_buffer_descriptor_t Struct Reference

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
 

Detailed Description

data type for AC'97 buffer descriptor


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