Home
last modified time | relevance | path

Searched refs:USB_BOOT_LUN (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassBoot.c52 SenseCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootRequestSense()
320 TestCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootIsUnitReady()
359 InquiryCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootInquiry()
503 CapacityCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootReadCapacity()
573 ModeSenseCmd.Lun = (UINT8) USB_BOOT_LUN (UsbMass->Lun); in UsbScsiModeSense()
818 ReadCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootReadBlocks()
894 WriteCmd.Lun = (UINT8) (USB_BOOT_LUN (UsbMass->Lun)); in UsbBootWriteBlocks()
968 ReadCmd[1] = (UINT8) ((USB_BOOT_LUN (UsbMass->Lun) & 0xE0)); in UsbBootReadBlocks16()
1042 WriteCmd[1] = (UINT8) ((USB_BOOT_LUN (UsbMass->Lun) & 0xE0)); in UsbBootWriteBlocks16()
DUsbMassBoot.h216 #define USB_BOOT_LUN(Lun) ((Lun) << 5) macro