Searched defs:_USBHC_MEM_BLOCK (Results 1 – 7 of 7) sorted by relevance
25 struct _USBHC_MEM_BLOCK { struct26 UINT8 *Bits; // Bit array to record which unit is allocated27 UINTN BitsLen;28 UINT8 *Buf;29 UINT8 *BufHost;30 UINTN BufLen; // Memory size in bytes31 VOID *Mapping;32 USBHC_MEM_BLOCK *Next;
33 struct _USBHC_MEM_BLOCK { struct34 UINT8 *Bits; // Bit array to record which unit is allocated35 UINTN BitsLen; 36 UINT8 *Buf;37 UINT8 *BufHost;38 UINTN BufLen; // Memory size in bytes39 VOID *Mapping; 40 USBHC_MEM_BLOCK *Next;
29 struct _USBHC_MEM_BLOCK { struct30 UINT8 *Bits; // Bit array to record which unit is allocated31 UINTN BitsLen;32 UINT8 *Buf;33 UINT8 *BufHost;34 UINTN BufLen; // Memory size in bytes35 VOID *Mapping;36 USBHC_MEM_BLOCK *Next;
28 struct _USBHC_MEM_BLOCK { struct29 UINT8 *Bits; // Bit array to record which unit is allocated30 UINTN BitsLen;31 UINT8 *Buf;32 UINT8 *BufHost;33 UINTN BufLen; // Memory size in bytes34 VOID *Mapping;35 USBHC_MEM_BLOCK *Next;
26 struct _USBHC_MEM_BLOCK { struct27 UINT8 *Bits; // Bit array to record which unit is allocated28 UINTN BitsLen;29 UINT8 *Buf;30 UINT8 *BufHost;31 UINTN BufLen; // Memory size in bytes32 USBHC_MEM_BLOCK *Next;