Home | History | Annotate | Download | only in UefiScsiLib

Lines Matching refs:PageCode

241                                          data for the PageCode is returned in InquiryDataBuffer.

243 returned in InquiryDataBuffer and PageCode is ignored.
244 @param[in] PageCode The page code of the vital product data.
284 IN UINT8 PageCode
310 Cdb[2] = PageCode;
453 after Timeout 100 ns units. The DBDField, PageControl, and PageCode parameters
507 @param[in] PageCode Specifies the Page Control field of the CDB for this SCSI Command.
549 IN UINT8 PageCode
579 // PageControl is in Cdb[2] bit7..6, PageCode is in Cdb[2] bit5..0
581 Cdb[2] = (UINT8) (((PageControl << 6) & 0xc0) | (PageCode & 0x3f));