HomeSort by relevance Sort by last modified time
    Searched refs:BusDevAddr (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.h 119 UINT8 BusDevAddr;
XhcPeim.c 595 // Reset the BusDevAddr field of all disabled entries in UsbDevContext array firstly.
601 (Xhc->UsbDevContext[Index + 1].BusDevAddr == (UINT8) Request->Value)) {
602 Xhc->UsbDevContext[Index + 1].BusDevAddr = 0;
615 Xhc->UsbDevContext[SlotId].BusDevAddr = (UINT8) Request->Value;
    [all...]
XhciSched.h 785 @param BusDevAddr The requested device address by UsbBus upper driver.
793 IN UINT8 BusDevAddr
    [all...]
XhciSched.c 932 @param BusDevAddr The requested device address by UsbBus upper driver.
940 IN UINT8 BusDevAddr
948 (Xhc->UsbDevContext[Index + 1].BusDevAddr == BusDevAddr)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 845 // Reset the BusDevAddr field of all disabled entries in UsbDevContext array firstly.
851 (Xhc->UsbDevContext[Index + 1].BusDevAddr == (UINT8)Request->Value)) {
852 Xhc->UsbDevContext[Index + 1].BusDevAddr = 0;
866 Xhc->UsbDevContext[SlotId].BusDevAddr = (UINT8)Request->Value;
    [all...]
Xhci.h 174 UINT8 BusDevAddr;
XhciSched.h     [all...]
XhciSched.c     [all...]

Completed in 619 milliseconds