LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
ehci_qh Struct Reference

#include <ehci.h>

Collaboration diagram for ehci_qh:
Collaboration graph
[legend]

Data Fields

__hc32 hw_next
 
__hc32 hw_info1
 
__hc32 hw_info2
 
__hc32 hw_current
 
__hc32 hw_qtd_next
 
__hc32 hw_alt_next
 
__hc32 hw_token
 
__hc32 hw_buf [5]
 
__hc32 hw_buf_hi [5]
 
dma_addr_t qh_dma
 
struct ehci_qtdqtd_head
 
struct ehci_hcdehci
 

Detailed Description

Definition at line 208 of file ehci.h.

Field Documentation

◆ ehci

struct ehci_hcd* ehci_qh::ehci

Definition at line 232 of file ehci.h.

◆ hw_alt_next

__hc32 ehci_qh::hw_alt_next

Definition at line 223 of file ehci.h.

◆ hw_buf

__hc32 ehci_qh::hw_buf[5]

Definition at line 225 of file ehci.h.

◆ hw_buf_hi

__hc32 ehci_qh::hw_buf_hi[5]

Definition at line 226 of file ehci.h.

◆ hw_current

__hc32 ehci_qh::hw_current

Definition at line 219 of file ehci.h.

◆ hw_info1

__hc32 ehci_qh::hw_info1

Definition at line 211 of file ehci.h.

◆ hw_info2

__hc32 ehci_qh::hw_info2

Definition at line 213 of file ehci.h.

◆ hw_next

__hc32 ehci_qh::hw_next

Definition at line 210 of file ehci.h.

◆ hw_qtd_next

__hc32 ehci_qh::hw_qtd_next

Definition at line 222 of file ehci.h.

◆ hw_token

__hc32 ehci_qh::hw_token

Definition at line 224 of file ehci.h.

◆ qh_dma

dma_addr_t ehci_qh::qh_dma

Definition at line 229 of file ehci.h.

◆ qtd_head

struct ehci_qtd* ehci_qh::qtd_head

Definition at line 230 of file ehci.h.


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