ddr_training_ip_db.h 419 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) Marvell International Ltd. and its affiliates
  4. */
  5. #ifndef _DDR_TRAINING_IP_DB_H_
  6. #define _DDR_TRAINING_IP_DB_H_
  7. #include "ddr_topology_def.h"
  8. #include "ddr3_training_ip_db.h"
  9. u32 speed_bin_table(u8 index, enum speed_bin_table_elements element);
  10. u32 pattern_table_get_word(u32 dev_num, enum hws_pattern type, u8 index);
  11. #endif /* _DDR3_TRAINING_IP_DB_H_ */