Home | History | Annotate | Download | only in UsbMassStorageDxe

Lines Matching defs:Lun

99   UINT8             Lun;            ///< Lun (high 3 bits)

119 UINT8 Lun;
131 UINT8 Lun;
138 UINT8 Lun;
157 UINT8 Lun; ///< Lun (High 3 bits)
167 UINT8 Lun;
177 UINT8 Lun; ///< Lun (High 3 bits)
198 UINT8 Lun;
214 // Convert a LUN number to that in the command
216 #define USB_BOOT_LUN(Lun) ((Lun) << 5)