soc/intel/xeon_sp/skx: Use Kconfig symbol
[coreboot2.git] / src / include / device / dram / lpddr4.h
blob59ddc337e4fdb9df2878b7089195dad8ab61c2ef
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DEVICE_DRAM_LPDDR4_H
4 #define DEVICE_DRAM_LPDDR4_H
6 /**
7 * @file lpddr4.h
9 * \brief Utilities for decoding LPDDR4 info
12 #include <device/dram/common.h>
13 #include <types.h>
15 /**
16 * Converts LPDDR4 clock speed in MHz to the standard reported speed in MT/s
18 uint16_t lpddr4_speed_mhz_to_reported_mts(uint16_t speed_mhz);
20 #endif /* DEVICE_DRAM_LPDDR4_H */