Searched refs:dram_sr_exit_latency_100ns (Results 1 – 6 of 6) sorted by relevance
328 uint32_t dram_sr_exit_latency_100ns; member
1049 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box()1051 bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
1123 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box()1125 bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
1523 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box()1524 dcn3_01_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
1751 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box()1752 dcn3_0_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
876 soc_bb_info->dram_sr_exit_latency_100ns = disp_cntl_tbl->max_sr_exit_lat; in get_soc_bb_info_v4_4()