home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / system / rivatuner / RivaTuner20RC16.exe / Help / RivaTuner / EpilogHwCmd.rth < prev    next >
Encoding:
Text File  |  2006-05-21  |  2.1 KB  |  19 lines

  1. This value allows yous to specify custom hardware initialization script, which will be executed by the startup daemon module right after applying startup settings. Power may use it to access some dangerous things, which are not available in RivaTuner's GUI due to safety reasons. The script can contain the queue of the following commands:
  2.  
  3. [b]wr[reg],[data][/b] - writes [b][data][/b] to register [b][reg][/b]
  4. [b]ar[reg],[data][/b] - reads register [b][reg][/b], ANDs it with [b][data][/b] and writes it back
  5. [b]or[reg],[data][/b] - reads register [b][reg][/b], ORs it with [b][data][/b] and writes it back
  6. [b]xr[reg],[data][/b] - reads register [b][reg][/b], XORs it with [b][data][/b] and writes it back
  7. [b]wp[reg],[data][/b] - writes [b][data][/b] to PLL register [b][reg][/b]
  8. [b]ap[reg],[data][/b] - reads PLL register [b][reg][/b], ANDs it with [b][data][/b] and writes it back
  9. [b]op[reg],[data][/b] - reads PLL register [b][reg][/b], ORs it with [b][data][/b] and writes it back
  10. [b]xp[reg],[data][/b] - reads PLL register [b][reg][/b], XORs it with [b][data][/b] and writes it back
  11. [b]wm[reg],[data][/b] - writes [b][data][/b] to MC register [b][reg][/b]
  12. [b]am[reg],[data][/b] - reads MC register [b][reg][/b], ANDs it with [b][data][/b] and writes it back
  13. [b]om[reg],[data][/b] - reads MC register [b][reg][/b], ORs it with [b][data][/b] and writes it back
  14. [b]xm[reg],[data][/b] - reads MC register [b][reg][/b], XORs it with [b][data][/b] and writes it back
  15. [b]wi[bus],[dev],[reg],[data][/b] - writes [b][data][/b] to register [b][reg][/b] of I2C device [b][dev][/b] on I2C bus [b][bus][/b]
  16. [b]ai[bus],[dev],[reg],[data][/b] - reads register [b][reg][/b] of I2C device [b][dev][/b] on I2C bus [b][bus][/b], ANDs it with [b][data][/b] and writes it back
  17. [b]oi[bus],[dev],[reg],[data][/b] - reads register [b][reg][/b] of I2C device [b][dev][/b] on I2C bus [b][bus][/b], ORs it with [b][data][/b] and writes it back
  18. [b]xi[bus],[dev],[reg],[data][/b] - reads register [b][reg][/b] of I2C device [b][dev][/b] on I2C bus [b][bus][/b], XORs it with [b][data][/b] and writes it back
  19.