| 
    SourceLevelDebugPkg[all]
    0.96
    
   | 
 
The pci address of xhci host controller, in which usb debug feature is enabled.
 The format of pci address is :
 --------------------------------------------------------------------—
 | Bits 28..31 | Bits 20..27 | Bits 15..19 | Bits 12..14 | Bits 00..11 |
 --------------------------------------------------------------------—
 | 0 | Bus | Device | Function | 0 |
 --------------------------------------------------------------------—
 For the value 0x000A0000, it means the pci address at bus 0x0, device 0x14, function 0x0.
  Configure xhci host controller pci address.
  0x80000001 | (gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciPciAddress & 0xF0000FFF) == 0
| Name | Token Space | Token number | Data Type | Default Value | 
| PcdUsbXhciPciAddress | gEfiSourceLevelDebugPkgTokenSpaceGuid | 0x00000008 | UINT32 | 0x000A0000 |