Searched refs:dram_sr_exit_latency_100ns (Results 1 – 6 of 6) sorted by relevance
328 uint32_t dram_sr_exit_latency_100ns; member
1119 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box()1121 bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
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()
1519 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box()1520 dcn3_01_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
1747 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box()1748 dcn3_0_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
881 soc_bb_info->dram_sr_exit_latency_100ns = disp_cntl_tbl->max_sr_exit_lat; in get_soc_bb_info_v4_4()