audk/MdeModulePkg/Bus/Ufs/UfsBlockIoPei
Feng Tian d945390d5f MdeModulePkg/Ufs: ensure the DBC field of UTP PRDT is dword-aligned
According to UFS Host Controller Spec(JESD223), the bits 1:0 of this
DataByteCount field shall be 11b to indicate Dword granularity.

But the size of UFS Request Sense Data Response defined in UFS Spec
(JESD220C) is 18 which is not Dword aligned, we would have to round
down to the multiple of 4 to fill the DBC field to avoid bring issue
on some UFS HCs.

Cc: Hao Wu <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by:   Hao Wu <hao.a.wu@intel.com>
2016-11-09 15:30:10 +08:00
..
UfsBlockIoPei.c MdeModulePkg/UfsBlockIoPei: Fix MS toolchain /Od 32bit build failure 2016-01-11 02:46:36 +00:00
UfsBlockIoPei.h MdeModulePkg/UfsBlockIoPei: Add RecoveryBlockIo2Ppi support 2015-05-20 06:32:39 +00:00
UfsBlockIoPei.inf MdeModulePkg/UfsBlockIoPei: Add RecoveryBlockIo2Ppi support 2015-05-20 06:32:39 +00:00
UfsBlockIoPei.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
UfsBlockIoPeiExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
UfsHcMem.c MdeModulePkg: Fix typos in comments and variables 2016-07-11 10:29:48 +08:00
UfsHcMem.h MdeModulePkg: Add UFS (Universal Flash Storage) Stack 2015-04-29 02:42:58 +00:00
UfsHci.c MdeModulePkg/Ufs: ensure the DBC field of UTP PRDT is dword-aligned 2016-11-09 15:30:10 +08:00
UfsHci.h MdeModulePkg: Add UFS (Universal Flash Storage) Stack 2015-04-29 02:42:58 +00:00