Lines Matching defs:PeiBotDev

45   @param[in]  PeiBotDev     Indicates the PEI_BOT_DEVICE instance.
54 IN PEI_BOT_DEVICE *PeiBotDev
333 PEI_BOT_DEVICE *PeiBotDev;
336 PeiBotDev = PEI_BOT_DEVICE_FROM_THIS (This);
343 PeiBotDev
348 PeiBotDev
357 &(PeiBotDev->Media),
409 PEI_BOT_DEVICE *PeiBotDev;
415 PeiBotDev = PEI_BOT_DEVICE_FROM_THIS (This);
428 if (!PeiBotDev->Media.MediaPresent) {
432 BlockSize = PeiBotDev->Media.BlockSize;
438 if (StartLBA > PeiBotDev->Media.LastBlock) {
442 NumberOfBlocks = BufferSize / (PeiBotDev->Media.BlockSize);
448 PeiBotDev
453 PeiBotDev,
465 PeiBotDev
476 PeiBotDev
482 NumberOfBlocks = BufferSize / PeiBotDev->Media.BlockSize;
484 if (!(PeiBotDev->Media.MediaPresent)) {
488 if (BufferSize % (PeiBotDev->Media.BlockSize) != 0) {
492 if (StartLBA > PeiBotDev->Media.LastBlock) {
496 if ((StartLBA + NumberOfBlocks - 1) > PeiBotDev->Media.LastBlock) {
502 PeiBotDev,
519 Buffer = (UINT8 *) Buffer + PeiBotDev->Media.BlockSize;
527 PeiBotDev,
549 @param[in] PeiBotDev Indicates the PEI_BOT_DEVICE instance.
558 IN PEI_BOT_DEVICE *PeiBotDev
586 SensePtr = PeiBotDev->SensePtr;
591 PeiBotDev,
602 PeiBotDev->Media.MediaPresent = FALSE;
603 PeiBotDev->Media.LastBlock = 0;
609 PeiBotDev->Media.MediaPresent = TRUE;
618 PeiBotDev->Media.MediaPresent = FALSE;
619 PeiBotDev->Media.LastBlock = 0;
631 switch (PeiBotDev->DeviceType) {
635 PeiBotDev
642 PeiBotDev
645 !PeiBotDev->Media.MediaPresent) {
649 PeiBotDev->DeviceType = USBFLOPPY;
657 PeiBotDev
662 PeiBotDev->DeviceType = USBFLOPPY2;
678 PeiBotDev,
693 PeiBotDev->Media.MediaPresent = FALSE;
694 PeiBotDev->Media.LastBlock = 0;
702 PeiBotDev->Media.MediaPresent = FALSE;
703 PeiBotDev->Media.LastBlock = 0;