Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
XHCIModule::xhci_slot Struct Reference

Data Fields

bool active
 
uint8_t port_id
 
struct xhci_device_ctxctx
 
uintptr_t ctx_phys
 
struct xhci_trbrings [32]
 
uintptr_t rings_phys [32]
 
uint32_t ring_indices [32]
 
uint8_t ring_pcs [32]
 

Detailed Description

Definition at line 177 of file xhci.hpp.

Field Documentation

◆ active

bool XHCIModule::xhci_slot::active

Definition at line 178 of file xhci.hpp.

◆ ctx

struct xhci_device_ctx* XHCIModule::xhci_slot::ctx

Definition at line 180 of file xhci.hpp.

◆ ctx_phys

uintptr_t XHCIModule::xhci_slot::ctx_phys

Definition at line 181 of file xhci.hpp.

◆ port_id

uint8_t XHCIModule::xhci_slot::port_id

Definition at line 179 of file xhci.hpp.

◆ ring_indices

uint32_t XHCIModule::xhci_slot::ring_indices[32]

Definition at line 184 of file xhci.hpp.

◆ ring_pcs

uint8_t XHCIModule::xhci_slot::ring_pcs[32]

Definition at line 185 of file xhci.hpp.

◆ rings

struct xhci_trb* XHCIModule::xhci_slot::rings[32]

Definition at line 182 of file xhci.hpp.

◆ rings_phys

uintptr_t XHCIModule::xhci_slot::rings_phys[32]

Definition at line 183 of file xhci.hpp.


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