Linux Kernel
3.7.1
|
#include <xhci.h>
struct xhci_op_regs - xHCI Host Controller Operational Registers. : USBCMD - xHC command register : USBSTS - xHC status register : This indicates the page size that the host controller supports. If bit n is set, the HC supports a page size of 2^(n+12), up to a 128MB page size. 4K is the minimum page size. : CRP - 64-bit Command Ring Pointer : DCBAAP - 64-bit Device Context Base Address Array Pointer : CONFIG - Configure Register : PORTSCn - base address for Port Status and Control Each port has a Port Status and Control register, followed by a Port Power Management Status and Control register, a Port Link Info register, and a reserved register. : PORTPMSCn - base address for Port Power Management Status and Control : PORTLIn - base address for Port Link Info (current Link PM state and control) for USB 2.1 and USB 3.0 devices.
__le32 reserved6[NUM_PORT_REGS *254] |