Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xhci_cap_regs Struct Reference

#include <xhci.h>

Data Fields

__le32 hc_capbase
 
__le32 hcs_params1
 
__le32 hcs_params2
 
__le32 hcs_params3
 
__le32 hcc_params
 
__le32 db_off
 
__le32 run_regs_off
 

Detailed Description

struct xhci_cap_regs - xHCI Host Controller Capability Registers. : length of the capabilities register and HC version number : HCSPARAMS1 - Structural Parameters 1 : HCSPARAMS2 - Structural Parameters 2 : HCSPARAMS3 - Structural Parameters 3 : HCCPARAMS - Capability Parameters : DBOFF - Doorbell array offset : RTSOFF - Runtime register space offset

Definition at line 59 of file xhci.h.

Field Documentation

__le32 db_off

Definition at line 65 of file xhci.h.

__le32 hc_capbase

Definition at line 60 of file xhci.h.

__le32 hcc_params

Definition at line 64 of file xhci.h.

__le32 hcs_params1

Definition at line 61 of file xhci.h.

__le32 hcs_params2

Definition at line 62 of file xhci.h.

__le32 hcs_params3

Definition at line 63 of file xhci.h.

__le32 run_regs_off

Definition at line 66 of file xhci.h.


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