OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prdtl
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h
288
uint32_t
prdtl
: 16; /* PRDT Length */
member in struct:utrd_header
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.h
248
// the actual entry number comes from the
PRDTL
field in the command
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.h
241
// the actual entry number comes from the
PRDTL
field in the command
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c
559
Trd->
PrdtL
= (UINT16)PrdtNumber;
[
all
...]
UfsPassThruHci.h
462
UINT16
PrdtL
; /* PRDT Length */
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c
488
Trd->
PrdtL
= (UINT16)PrdtNumber;
[
all
...]
UfsHci.h
462
UINT16
PrdtL
; /* PRDT Length */
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c
301
hd->
prdtl
= utrd->size_prdt >> 2;
Completed in 516 milliseconds