Searched defs:CommandContent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c441 UINT16 CommandContent; local
450 CommandContent = USBReadPortW (UhcDev, UhcDev->UsbHostControllerBaseAddress + USBCMD);
451 if ((CommandContent & USBCMD_MAXP) != USBCMD_MAXP) {
452 CommandContent |= USBCMD_MAXP;
453 USBWritePortW (UhcDev, UhcDev->UsbHostControllerBaseAddress + USBCMD, CommandContent);

Completed in 1025 milliseconds