Advertisement
Guest User

vanilla speedstep

a guest
Aug 2nd, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. Scope (_PR)
  2. {
  3. Processor (CPU0, 0x00, 0x00000410, 0x06) {}
  4. Processor (CPU1, 0x01, 0x00000410, 0x06) {}
  5. Processor (CPU2, 0x02, 0x00000410, 0x06) {}
  6. Processor (CPU3, 0x03, 0x00000410, 0x06) {}
  7. }
  8.  
  9. Scope (_PR.CPU0)
  10. {
  11. Method (_PSS, 0, NotSerialized)
  12. {
  13. Return (Package (0x06)
  14. {
  15. Package (0x06)
  16. {
  17. Zero,
  18. Zero,
  19. 0x10,
  20. 0x10,
  21. 0x4821,
  22. Zero
  23. },
  24.  
  25. Package (0x06)
  26. {
  27. Zero,
  28. Zero,
  29. 0x10,
  30. 0x10,
  31. 0x081F,
  32. Zero
  33. },
  34.  
  35. Package (0x06)
  36. {
  37. Zero,
  38. Zero,
  39. 0x10,
  40. 0x10,
  41. 0x471D,
  42. Zero
  43. },
  44.  
  45. Package (0x06)
  46. {
  47. Zero,
  48. Zero,
  49. 0x10,
  50. 0x10,
  51. 0x071B,
  52. One
  53. },
  54.  
  55. Package (0x06)
  56. {
  57. Zero,
  58. Zero,
  59. 0x10,
  60. 0x10,
  61. 0x4619,
  62. One
  63. },
  64.  
  65. Package (0x06)
  66. {
  67. Zero,
  68. Zero,
  69. 0x10,
  70. 0x10,
  71. 0x0616,
  72. 0x02
  73. }
  74. })
  75. }
  76.  
  77. Method (_PSD, 0, NotSerialized)
  78. {
  79. Return (Package (0x05)
  80. {
  81. 0x05,
  82. Zero,
  83. Zero,
  84. 0xFC,
  85. 0x04
  86. })
  87. }
  88.  
  89. Method (_CST, 0, NotSerialized)
  90. {
  91. Return (Package (0x02)
  92. {
  93. One,
  94. Package (0x04)
  95. {
  96. ResourceTemplate ()
  97. {
  98. Register (FFixedHW,
  99. 0x01, // Bit Width
  100. 0x02, // Bit Offset
  101. 0x0000000000000000, // Address
  102. 0x01, // Access Size
  103. )
  104. },
  105.  
  106. One,
  107. 0x9D,
  108. 0x03E8
  109. }
  110. })
  111. }
  112. }
  113.  
  114. Scope (_PR.CPU1)
  115. {
  116. Method (_PSS, 0, NotSerialized)
  117. {
  118. Return (^^CPU0._PSS ())
  119. }
  120.  
  121. Method (_PSD, 0, NotSerialized)
  122. {
  123. Return (^^CPU0._PSD ())
  124. }
  125.  
  126. Method (_CST, 0, NotSerialized)
  127. {
  128. Return (Package (0x04)
  129. {
  130. 0x03,
  131. Package (0x04)
  132. {
  133. ResourceTemplate ()
  134. {
  135. Register (FFixedHW,
  136. 0x01, // Bit Width
  137. 0x02, // Bit Offset
  138. 0x0000000000000000, // Address
  139. ,)
  140. },
  141.  
  142. One,
  143. Zero,
  144. 0x03E8
  145. },
  146.  
  147. Package (0x04)
  148. {
  149. ResourceTemplate ()
  150. {
  151. Register (FFixedHW,
  152. 0x08, // Bit Width
  153. 0x00, // Bit Offset
  154. 0x0000000000000414, // Address
  155. ,)
  156. },
  157.  
  158. 0x02,
  159. One,
  160. 0x01F4
  161. },
  162.  
  163. Package (0x04)
  164. {
  165. ResourceTemplate ()
  166. {
  167. Register (FFixedHW,
  168. 0x08, // Bit Width
  169. 0x00, // Bit Offset
  170. 0x0000000000000415, // Address
  171. ,)
  172. },
  173.  
  174. 0x03,
  175. 0x55,
  176. 0xFA
  177. }
  178. })
  179. }
  180. }
  181.  
  182. Scope (_PR.CPU2)
  183. {
  184. Method (_PSS, 0, NotSerialized)
  185. {
  186. Return (^^CPU0._PSS ())
  187. }
  188.  
  189. Method (_PSD, 0, NotSerialized)
  190. {
  191. Return (^^CPU0._PSD ())
  192. }
  193.  
  194. Method (_CST, 0, NotSerialized)
  195. {
  196. Return (^^CPU1._CST ())
  197. }
  198. }
  199.  
  200. Scope (_PR.CPU3)
  201. {
  202. Method (_PSS, 0, NotSerialized)
  203. {
  204. Return (^^CPU0._PSS ())
  205. }
  206.  
  207. Method (_PSD, 0, NotSerialized)
  208. {
  209. Return (^^CPU0._PSD ())
  210. }
  211.  
  212. Method (_CST, 0, NotSerialized)
  213. {
  214. Return (^^CPU1._CST ())
  215. }
  216. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement