Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. Scope (PCI0)
  2. {
  3. Name (CRS, ResourceTemplate ()
  4. {
  5. WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode,
  6. 0x0000, // Granularity
  7. 0x0000, // Range Minimum
  8. 0x00FF, // Range Maximum
  9. 0x0000, // Translation Offset
  10. 0x0100, // Length
  11. ,, )
  12. IO (Decode16,
  13. 0x0CF8, // Range Minimum
  14. 0x0CF8, // Range Maximum
  15. 0x01, // Alignment
  16. 0x08, // Length
  17. )
  18. WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
  19. 0x0000, // Granularity
  20. 0x0000, // Range Minimum
  21. 0x0CF7, // Range Maximum
  22. 0x0000, // Translation Offset
  23. 0x0CF8, // Length
  24. ,, , TypeStatic)
  25. WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
  26. 0x0000, // Granularity
  27. 0x0D00, // Range Minimum
  28. 0xFFFF, // Range Maximum
  29. 0x0000, // Translation Offset
  30. 0xF300, // Length
  31. ,, , TypeStatic)
  32. DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
  33. 0x00000000, // Granularity
  34. 0x000A0000, // Range Minimum
  35. 0x000BFFFF, // Range Maximum
  36. 0x00000000, // Translation Offset
  37. 0x00020000, // Length
  38. ,, , AddressRangeMemory, TypeStatic)
  39. DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
  40. 0x00000000, // Granularity
  41. 0x000C0000, // Range Minimum
  42. 0x000DFFFF, // Range Maximum
  43. 0x00000000, // Translation Offset
  44. 0x00020000, // Length
  45. ,, _Y11, AddressRangeMemory, TypeStatic)
  46. DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
  47. 0x00000000, // Granularity
  48. 0x00000000, // Range Minimum
  49. 0x00000000, // Range Maximum
  50. 0x00000000, // Translation Offset
  51. 0x00000000, // Length
  52. ,, _Y12, AddressRangeMemory, TypeStatic)
  53. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement