Lines Matching refs:ControlStatus

90   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()
385 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, Length & 0xF); in UsbDebugPortOut()
393 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT4); in UsbDebugPortOut()
397 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT5); in UsbDebugPortOut()
402 while ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus) & BIT16) == 0) { in UsbDebugPortOut()
403 …if ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus) & (USB_DEBUG_PORT_OWNER | USB_DEBUG_PORT… in UsbDebugPortOut()
412 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT16); in UsbDebugPortOut()
417 if ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & BIT6) { in UsbDebugPortOut()
424 …if (((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & 0xF) > USB_DEBUG_PORT_MAX_PACKET_SIZ… in UsbDebugPortOut()
563 …if ((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) & (USB_DEBUG_PORT_OWNER | USB_DEBUG_P… in NeedReinitializeHardware()
617 …if (((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) & (USB_DEBUG_PORT_OWNER | USB_DEBUG_… in InitializeUsbDebugHardware()
622 MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) in InitializeUsbDebugHardware()
646 …MmioOr32((UINTN)&UsbDebugPortRegister->ControlStatus, USB_DEBUG_PORT_OWNER | USB_DEBUG_PORT_IN_USE… in InitializeUsbDebugHardware()
664 (MmioRead32 ((UINTN) &UsbDebugPortRegister->ControlStatus) & USB_DEBUG_PORT_ENABLE) == 0) { in InitializeUsbDebugHardware()
685 MmioOr32((UINTN)&UsbDebugPortRegister->ControlStatus, USB_DEBUG_PORT_ENABLE); in InitializeUsbDebugHardware()
972 MmioAnd32((UINTN)&UsbDebugPortRegister->ControlStatus, (UINT32)~BIT4); in DebugPortPollBuffer()
976 MmioOr32((UINTN)&UsbDebugPortRegister->ControlStatus, (UINT32)BIT5); in DebugPortPollBuffer()
981 while ((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) & (UINT32)BIT16) == 0) { in DebugPortPollBuffer()
982 …if ((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) & (USB_DEBUG_PORT_OWNER | USB_DEBUG_P… in DebugPortPollBuffer()
988 if ((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus)) & BIT6) { in DebugPortPollBuffer()
992 Length = (UINT8)(MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) & 0xF); in DebugPortPollBuffer()