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

#include <ehci.h>

Collaboration diagram for ehci_qtd:
Collaboration graph
[legend]

Data Fields

__hc32 hw_next
 
__hc32 hw_alt_next
 
__hc32 hw_token
 
__hc32 hw_buf [5]
 
__hc32 hw_buf_hi [5]
 
dma_addr_t qtd_dma
 
struct ehci_qtdnext
 
struct ehci_urburb
 
size_t length
 

Detailed Description

Definition at line 119 of file ehci.h.

Field Documentation

◆ hw_alt_next

__hc32 ehci_qtd::hw_alt_next

Definition at line 122 of file ehci.h.

◆ hw_buf

__hc32 ehci_qtd::hw_buf[5]

Definition at line 142 of file ehci.h.

◆ hw_buf_hi

__hc32 ehci_qtd::hw_buf_hi[5]

Definition at line 143 of file ehci.h.

◆ hw_next

__hc32 ehci_qtd::hw_next

Definition at line 121 of file ehci.h.

◆ hw_token

__hc32 ehci_qtd::hw_token

Definition at line 123 of file ehci.h.

◆ length

size_t ehci_qtd::length

Definition at line 149 of file ehci.h.

◆ next

struct ehci_qtd* ehci_qtd::next

Definition at line 147 of file ehci.h.

◆ qtd_dma

dma_addr_t ehci_qtd::qtd_dma

Definition at line 146 of file ehci.h.

◆ urb

struct ehci_urb* ehci_qtd::urb

Definition at line 148 of file ehci.h.


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