Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DDebugCommunicationLibUsb.c90 UINT32 ControlStatus; member
291 MmioAnd32((UINTN)&DebugPortRegister->ControlStatus, (UINT32)~BIT4); in UsbDebugPortIn()
296 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, (UINT32)BIT5); in UsbDebugPortIn()
301 while ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus) & (UINT32)BIT16) == 0) { in UsbDebugPortIn()
302 …if ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus) & (USB_DEBUG_PORT_OWNER | USB_DEBUG_PORT… in UsbDebugPortIn()
311 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT16); in UsbDebugPortIn()
316 if ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & BIT6) { in UsbDebugPortIn()
323 …if (((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & 0xF) > USB_DEBUG_PORT_MAX_PACKET_SIZ… in UsbDebugPortIn()
327 *Length = (UINT8)(MmioRead32((UINTN)&DebugPortRegister->ControlStatus) & 0xF); in UsbDebugPortIn()
384 MmioAnd32((UINTN)&DebugPortRegister->ControlStatus, (UINT32)~0xF); in UsbDebugPortOut()
[all …]