Lines Matching refs:U32
123 extern U32 USB_BUFFER_START_ADR_4K_ALIGN_Var_Port3;
250 extern U32 gUHC3_BASE;
453 #define VA2PA(addr) MsOS_VA2PA((U32)addr)
455 #define VA2PA(addr) ((void *)(((U32)addr) & 0x1fffffff))
460 #define VirtoPhyAddr(x) MsOS_VA2PA((U32)x)
461 #define PhytoVirAddr(x) MsOS_PA2KSEG1((U32)x)
462 #define PhytoCacheAddr(x) MsOS_PA2KSEG0((U32)x)
490 U32 bTerminal:1;
491 U32 bType:2;
492 U32 bReserved:2;
493 U32 bLinkPointer:27;
515 U32 bTerminate:1;
516 U32 bReserve_1:4;
517 U32 bNextQTDPointer:27;
520 U32 bAlternateTerminate:1;
521 U32 bReserve_2:4;
522 U32 bAlternateQTDPointer:27;
525 U32 bStatus_PingState:1;
526 U32 bStatus_SplitState:1;
527 U32 bStatus_MissMicroFrame:1;
528 U32 bStatus_Transaction_Err:1;
529 U32 bStatus_Babble:1;
530 U32 bStatus_Buffer_Err:1;
531 U32 bStatus_Halted:1;
532 U32 bStatus_Active:1;
534 U32 bPID:2;
535 U32 bErrorCounter:2;
536 U32 CurrentPage:3;
537 U32 bInterruptOnComplete:1;
538 U32 bTotalBytes:15;
539 U32 bDataToggle:1;
543 U32 ArrayBufferPointer_Word[5];
565 U32 bTerminate:1;
566 U32 bType:2;
567 U32 bReserve_1:2;
568 U32 bNextQHDPointer:27;
571 U32 bDeviceAddress:7;
572 U32 bInactiveOnNextTransaction:1;
573 U32 bEdNumber:4;
574 U32 bEdSpeed:2;
575 U32 bDataToggleControl:1;
576 U32 bHeadOfReclamationListFlag:1;
577 U32 bMaxPacketSize:11;
578 U32 bControlEdFlag:1;
579 U32 bNakCounter:4;
582 U32 bInterruptScheduleMask:8;
583 U32 bSplitTransactionMask:8;
584 U32 bHubAddr:7;
585 U32 bPortNumber:7;
586 U32 bHighBandwidth:2;
589 U32 bOverlay_CurrentqTD;
592 U32 bOverlay_NextTerminate:1;
593 U32 bOverlay_Reserve2:4;
594 U32 bOverlay_NextqTD:27;
597 U32 bOverlay_AlternateNextTerminate:1;
598 U32 bOverlay_NanCnt:4;
599 U32 bOverlay_AlternateqTD:27;
602 U32 bOverlay_Status:8;
603 U32 bOverlay_PID:2;
604 U32 bOverlay_ErrorCounter:2;
605 U32 bOverlay_C_Page:3;
606 U32 bOverlay_InterruptOnComplete:1;
607 U32 bOverlay_TotalBytes:15;
608 U32 bOverlay_Direction:1;
611 U32 bOverlay_CurrentOffset:12;
612 U32 bOverlay_BufferPointer_0:20;
615 U32 bOverlay_C_Prog_Mask:8;
616 U32 bOverlay_Reserve3:4;
617 U32 bOverlay_BufferPointer_1:20;
620 U32 bOverlay_FrameTag:5;
621 U32 bOverlay_S_Bytes:7;
622 U32 bOverlay_BufferPointer_2:20;
625 U32 bOverlay_Reserve4:12;
626 U32 bOverlay_BufferPointer_3:20;
629 U32 bOverlay_Reserve5:12;
630 U32 bOverlay_BufferPointer_4:20;
900 extern void flib_Host20_ReleaseStructure_Port3(U8 Type,U32 pwAddress);
909 extern U8 flib_Host20_Issue_Interrupt_Port3(U32 buf,U32 hwSize);
994 U32 size_once = _size_, base_once = _base_; \
995 U32 addr, end; \
1020 U32 size_once = _size_, base_once = _base_; \
1021 U32 addr, end; \