Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. static struct dram_para dram_para = {
  2. .clock = 360,
  3. .type = 3,
  4. .rank_num = 1,
  5. .density = 4096,
  6. .io_width = 16,
  7. .bus_width = 32,
  8. .cas = 6,
  9. .zq = 123,
  10. .odt_en = 0,
  11. .size = 1024,
  12. .tpr0 = 0x30926692,
  13. .tpr1 = 0x1090,
  14. .tpr2 = 0x1a0c8,
  15. .tpr3 = 0,
  16. .tpr4 = 0,
  17. .tpr5 = 0,
  18. .emr1 = 0,
  19. .emr2 = 0,
  20. .emr3 = 0,
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement