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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c 52 SenseCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
320 TestCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
359 InquiryCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
503 CapacityCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
573 ModeSenseCmd.Lun = (UINT8) USB_BOOT_LUN (UsbMass->Lun);
818 ReadCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
894 WriteCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun));
968 ReadCmd[1] = (UINT8) ((USB_BOOT_LUN (UsbMass->Lun) & 0xE0));
1042 WriteCmd[1] = (UINT8) ((USB_BOOT_LUN (UsbMass->Lun) & 0xE0));
    [all...]
UsbMassBoot.h 216 #define USB_BOOT_LUN(Lun) ((Lun) << 5)

Completed in 472 milliseconds