Searched refs:tRPab (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/lib/ |
D | jedec_ddr_data.c | 39 .tRPab = 21000, 60 .tRPab = 21000, 81 .tRPab = 21000, 102 .tRPab = 21000, 123 .tRPab = 3,
|
/linux-4.19.296/include/memory/ |
D | jedec_ddr.h | 132 u32 tRPab; member 156 u32 tRPab; member
|
/linux-4.19.296/drivers/memory/ |
D | of_memory.c | 41 ret |= of_property_read_u32(np, "tRPab-min-tck", &min->tRPab); in of_get_min_tck() 73 ret |= of_property_read_u32(np, "tRPab", &tim->tRPab); in of_do_get_timings()
|
D | emif.c | 425 val = DIV_ROUND_UP(timings->tRAS_min + timings->tRPab, t_ck) - 1; in get_sdram_tim_1_shdw() 437 val = max(min_tck->tRPab, DIV_ROUND_UP(timings->tRPab, t_ck)) - 1; in get_sdram_tim_1_shdw() 464 val = DIV_ROUND_UP(timings->tRAS_min + timings->tRPab + 1875, t_ck); in get_sdram_tim_1_shdw_derated() 477 val = max(min_tck->tRPab, DIV_ROUND_UP(timings->tRPab + 1875, t_ck)); in get_sdram_tim_1_shdw_derated()
|