Home
last modified time | relevance | path

Searched refs:wValue (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DDwUsb3Dxe.c1483 switch (ctrl->wValue) { in DwUsb3DoClearFeature()
1516 if (ctrl->wValue) { in DwUsb3DoClearFeature()
1523 if (ctrl->wValue != UF_ENDPOINT_HALT) { in DwUsb3DoClearFeature()
1548 switch (ctrl->wValue) { in DwUsb3DoSetFeature()
1587 if (ctrl->wValue) { in DwUsb3DoSetFeature()
1594 if (ctrl->wValue != UF_ENDPOINT_HALT) { in DwUsb3DoSetFeature()
1622 SET_DEVADDR (ctrl->wValue); in DwUsb3DoSetAddress()
1625 if (ctrl->wValue) { in DwUsb3DoSetAddress()
1650 UINT16 wvalue = ctrl->wValue;
1676 g_usb_ops->status (ctrl->wValue ? 1 : 0,
[all …]
DDwUsb3Dxe.h361 UINT16 wValue; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhciSched.h247 UINT32 wValue:16; member
DXhciSched.c267 TrbStart->TrbCtrSetup.wValue = Urb->Request->Value; in XhcPeiCreateTransferTrb()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciSched.h251 UINT32 wValue:16; member
DXhciSched.c295 TrbStart->TrbCtrSetup.wValue = Urb->Request->Value; in XhcCreateTransferTrb()