HomeSort by relevance Sort by last modified time
    Searched defs:PortNum (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/StyxSataPlatformDxe/
InitController.c 66 INTN PortNum;
81 for (PortNum = 0; PortNum < PortCount; PortNum++) {
82 PortRegAddr = EFI_AHCI_PORT_OFFSET (PortNum) + EFI_AHCI_PORT_CMD;
106 UINT32 PortNum;
112 for (PortNum = 0; PortNum < SataPortCount; PortNum += SataChPerSerdes) {
113 EvenPort = (UINT32)(FixedPcdGet16 (PcdSataPortMode) >> (PortNum * 2)) & 3;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.h 129 UINT32 PortNum : 7;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h 125 UINT32 PortNum : 7;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 572 UINT32 PortNum:8;
600 UINT32 PortNum:8;
964 @param PortNum The total number of downstream port supported by the hub.
975 IN UINT8 PortNum,
986 @param PortNum The total number of downstream port supported by the hub.
997 IN UINT8 PortNum,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 568 UINT32 PortNum:8;
596 UINT32 PortNum:8;
866 @param PortNum The total number of downstream port supported by the hub.
877 IN UINT8 PortNum,
887 @param PortNum The total number of downstream port supported by the hub.
898 IN UINT8 PortNum,
    [all...]

Completed in 107 milliseconds