Lines Matching full:ddr
153 * DDR statistic have two different types of details encoded. in qcom_ddr_stats_print()
154 * (1) DDR LPM Stats in qcom_ddr_stats_print()
155 * (2) DDR Frequency Stats in qcom_ddr_stats_print()
157 * The name field have details like which type of DDR stat (bits 8:15) in qcom_ddr_stats_print()
160 * In case of DDR LPM stat, name field will be encoded as, in qcom_ddr_stats_print()
162 * 0:7 - DDR LPM name, can be of 0xd4, 0xd3, 0x11 and 0xd0. in qcom_ddr_stats_print()
166 * In case of DDR FREQ stats, name field will be encoded as, in qcom_ddr_stats_print()
168 * 0:4 - DDR Clock plan index (CP IDX) in qcom_ddr_stats_print()
175 seq_printf(s, "DDR LPM Stat Name:0x%lx\tcount:%u\tDuration (ticks):%llu\n", in qcom_ddr_stats_print()
183 seq_printf(s, "DDR Freq %luMhz:\tCP IDX:%u\tcount:%u\tDuration (ticks):%llu\n", in qcom_ddr_stats_print()
203 * populated from boot up onwards for both DDR LPM Stats in qcom_ddr_stats_show()
204 * and DDR Frequency Stats. in qcom_ddr_stats_show()
211 ret = qmp_send(qcom_stats_qmp, "{class: ddr, action: freqsync}"); in qcom_ddr_stats_show()
272 * For rpmh-sleep-stats: "aosd", "cxsd" and "ddr". in qcom_create_soc_sleep_stat_files()
327 * QMP is used for DDR stats syncing to MSG RAM for recent SoCs (SM8450 onwards). in qcom_stats_probe()