Searched refs:StartByte (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c169 UINTN StartByte; local
176 StartByte = 0;
199 StartByte = Byte;
211 Byte = StartByte;
221 return Block->BufHost + (StartByte * 8 + StartBit) * USBHC_MEM_UNIT;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.c143 UINTN StartByte; local
150 StartByte = 0;
173 StartByte = Byte;
185 Byte = StartByte;
195 return Block->Buf + (StartByte * 8 + StartBit) * USBHC_MEM_UNIT;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c168 UINTN StartByte; local
175 StartByte = 0;
198 StartByte = Byte;
210 Byte = StartByte;
220 return Block->Buf + (StartByte * 8 + StartBit) * USBHC_MEM_UNIT;

Completed in 62 milliseconds