ReactOS 0.4.16-dev-2293-g4d8327b
_HDAC_RB Struct Reference

#include <fdo.h>

Collaboration diagram for _HDAC_RB:

Public Attributes

union {
   UINT32 *   buf
 
   PHDAC_RIRB   rirbbuf
 
}; 
 
PHYSICAL_ADDRESS addr
 
UINT16 rp
 
UINT16 wp
 
LONG cmds [HDA_MAX_CODECS]
 
KEVENT xferEvent [HDA_MAX_CODECS]
 
HDAC_CODEC_XFER xfer [HDA_MAX_CODECS]
 

Detailed Description

Definition at line 88 of file fdo.h.

Member Data Documentation

◆ 

union { ... } _HDAC_RB::@1549

◆ addr

PHYSICAL_ADDRESS _HDAC_RB::addr

Definition at line 93 of file fdo.h.

Referenced by HDAInitCorb(), and HDAInitRirb().

◆ buf

UINT32* _HDAC_RB::buf

Definition at line 90 of file fdo.h.

Referenced by HDAInitCorb(), HDAInitRirb(), and SendHDACmds().

◆ cmds

LONG _HDAC_RB::cmds[HDA_MAX_CODECS]

Definition at line 95 of file fdo.h.

Referenced by HDA_WaitForTransfer(), HDAFlushRIRB(), HDAInitRirb(), and SendHDACmds().

◆ rirbbuf

PHDAC_RIRB _HDAC_RB::rirbbuf

Definition at line 91 of file fdo.h.

Referenced by HDAFlushRIRB().

◆ rp

UINT16 _HDAC_RB::rp

Definition at line 94 of file fdo.h.

Referenced by HDAFlushRIRB(), and HDAInitRirb().

◆ wp

UINT16 _HDAC_RB::wp

Definition at line 94 of file fdo.h.

Referenced by HDAFlushRIRB(), and HDAInitCorb().

◆ xfer

Definition at line 97 of file fdo.h.

Referenced by HDAFlushRIRB(), and SendHDACmds().

◆ xferEvent

KEVENT _HDAC_RB::xferEvent[HDA_MAX_CODECS]

Definition at line 96 of file fdo.h.

Referenced by Fdo_EvtDeviceD0EntryPostInterrupts(), HDA_WaitForTransfer(), and HDAFlushRIRB().


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