OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trppb
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SdramSpdLpDdr.h
250
UINT8
tRPpb
: 8; ///< Bits 7:0
410
SPD_LPDDR_TRP_PB_MTB_STRUCT
tRPpb
; ///< 28 Minimum Row Precharge Delay Time (
tRPpb
), per bank
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
dram_spec_timing.c
275
pdram_timing->
trppb
= pdram_timing->cl;
371
#define LPDDR2_TRP_PB (18) /*
tRPpb
,15ns(Fast)18ns(Typ)24ns(Slow) */
498
*
tRPpb
, max(3tCK, 15ns(Fast) 18ns(Typ) 24ns(Slow),
502
pdram_timing->
trppb
= trppb_tmp;
595
#define LPDDR3_TRP_PB (18) /*
tRPpb
, 15ns(Fast) 18ns(Typ) 24ns(Slow) */
766
pdram_timing->
trppb
= trppb_tmp;
878
#define LPDDR4_TRP_PB (18) /*
tRPpb
, max(18ns, 4tCK) */
[
all
...]
dram_spec_timing.h
77
uint32_t
trppb
;
member in struct:dram_timing_t
dfs.c
535
(pdram_timing->
trppb
<< 16) |
789
(pdram_timing->
trppb
<< 8) |
[
all
...]
Completed in 1844 milliseconds