HomeSort by relevance Sort by last modified time
    Searched refs:SenseCounts (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
BotPeim.h 101 @param SenseCounts Length of sense buffer.
112 OUT UINTN *SenseCounts,
180 @param SenseCounts Count of sense data.
189 IN UINTN SenseCounts
196 @param SenseCounts Count of sense data.
205 IN UINTN SenseCounts
212 @param SenseCounts Count of sense data.
221 IN UINTN SenseCounts
PeiAtapi.c 142 @param SenseCounts Length of sense buffer.
153 OUT UINTN *SenseCounts,
163 *SenseCounts = 0;
202 if (*SenseCounts == 0) {
215 (*SenseCounts)++;
217 if (*SenseCounts == MAXSENSEKEY) {
482 @param SenseCounts Count of sense data.
491 IN UINTN SenseCounts
501 for (Index = 0; Index < SenseCounts; Index++) {
533 @param SenseCounts Count of sense data.
    [all...]
UsbBotPeim.c 754 UINTN SenseCounts;
765 SenseCounts = 0;
783 &SenseCounts,
791 if (IsNoMedia (SensePtr, SenseCounts)) {
801 if (IsMediaChange (SensePtr, SenseCounts)) {
808 if (IsMediaError (SensePtr, SenseCounts)) {
867 SenseCounts = 0;
877 &SenseCounts,
890 if (IsNoMedia (SensePtr, SenseCounts)) {
898 if (IsMediaError (SensePtr, SenseCounts)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c     [all...]
AtapiPeim.h 663 @param[in, out] SenseCounts Length of sense buffer.
674 IN OUT UINT8 *SenseCounts
727 @param[in] SenseCounts Count of sense data.
736 IN UINTN SenseCounts
743 @param[in] SenseCounts Count of sense data.
752 IN UINTN SenseCounts
759 @param[in] SenseCounts Count of sense data.
768 IN UINTN SenseCounts
775 @param[in] SenseCounts Count of sense data.
785 IN UINTN SenseCounts,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.h     [all...]
ScsiDisk.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c 766 @param SenseCounts allocated in this function, and freed by the calling function.
776 OUT UINTN *SenseCounts
785 *SenseCounts = 0;
821 if (*SenseCounts == 0) {
828 (*SenseCounts)++;
835 if ((Sense->sense_key != ATA_SK_NO_SENSE) && ((*SenseCounts) < 20)) {
    [all...]

Completed in 1378 milliseconds