Home | History | Annotate | Download | only in DebugCommunicationLibUsb

Lines Matching refs:BIT16

301   while ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus) & (UINT32)BIT16) == 0) {

311 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT16);
402 while ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus) & BIT16) == 0) {
412 MmioOr32((UINTN)&DebugPortRegister->ControlStatus, BIT16);
976 while ((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus) & (UINT32)BIT16) == 0) {