daily pastebin goal
19%
SHARE
TWEET

Untitled

a guest Apr 30th, 2017 69 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     {
  2.             Name (_PPC, 0x00)
  3.  
  4.             Name (_PCT, Package (0x02)
  5.             {
  6.                 ResourceTemplate ()
  7.                 {
  8.                     Register (FFixedHW,     // PERF_CTL
  9.                         0x10,               // Bit Width
  10.                         0x00,                   // Bit Offset
  11.                         0x00000199      // Address
  12.                         ,)
  13.                 },
  14.  
  15.                 ResourceTemplate ()
  16.                 {
  17.                     Register (FFixedHW,     // PERF_STATUS
  18.                         0x10,                   // Bit Width
  19.                         0x00,           // Bit Offset
  20.                         0x00000198,         // Address
  21.                         ,)
  22.                 }
  23.             })
  24.  
  25.             Name (_PSS, Package (0x01)
  26.             {
  27.                 Package (0x06)
  28.                 {
  29.                     3000,       // f in MHz
  30.                     75000,      // P in mW
  31.                     10,         // Transition latency in us
  32.                     10,         // Bus Master latency in us
  33.                     0x0000091B      // value written to PERF_CTL; fid=9, vid=27
  34.                     0x0000091B      // value of PERF_STATE after successful transition; fid=9, vid=27
  35.                 }
  36.             })
  37.     }
RAW Paste Data
Top