home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / system / rivatuner / RivaTuner20RC16.exe / Tools / ATIProbe / ATIProbe.txt < prev   
Text File  |  2006-05-21  |  3KB  |  77 lines

  1. ATIProbe v1.1, (c) 2004-2005 by Alexey Nicolaychuk aka Unwinder
  2.                                                                
  3. Command line syntax:
  4.  
  5. atiprobe.com <commands_queue>
  6. where <commands_queue> is a queue of the following commands:
  7.  
  8. b<hex16>
  9. Override IO base address. Primary ATI display adapter's IO base address is used
  10. by default to access VPU, but you may use this command to access nonprimary ATI
  11. display adapters
  12.  
  13. rb<bus8>,<dev8>,<fn8>,<reg8>
  14. Read and display PCR <reg8> of PCI bus <bus8> device <dev8> function <fn8>
  15.  
  16. wb<bus8>,<dev8>,<fun8>,<reg8>,<val8>
  17. Write <val8> to PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>
  18.  
  19. ab<bus8>,<dev8>,<fun8>,<reg8>,<val8>
  20. Read PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>, perform bitwise
  21. AND with <val8> and write it back
  22.  
  23. ob<bus8>,<dev8>,<fun8>,<reg8>,<val8>
  24. Read PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>, perform bitwise
  25. OR with <val8> and write it back
  26.  
  27. xb<bus8>,<dev8>,<fun8>,<reg8>,<val8>
  28. Read PCR <reg8> of PCI bus <bus8> device <dev8> function <fun8>, perform bitwise
  29. XOR with <val8> and write it back
  30.  
  31. rr<reg32>
  32. Read and display VPU register <reg32>
  33.  
  34. wr<reg32>,<val32>
  35. Write <val32> to VPU register <reg32>
  36.  
  37. ar<reg32>,<val32>
  38. Read VPU register <reg32>, perform bitwise AND with <val32> and write it back
  39.  
  40. or<reg32>,<val32>
  41. Read VPU register <reg32>, perform bitwise OR with <val32> and write it back
  42.  
  43. xr<reg32>,<val32>
  44. Read VPU register <reg32>, perform bitwise XOR with <val32> and write it back
  45.  
  46. rp<pll8>
  47. Read and display VPU PLL <pll8>
  48.  
  49. wp<pll8>,<val32>
  50. Write <val32> to VPU PLL <pll8>
  51.  
  52. ap<pll8>,<val32>
  53. Read VPU PLL <pll8>, perform bitwise AND with <val32> and write it back
  54.  
  55. op<pll8>,<val32>
  56. Read VPU PLL <pll8>, perform bitwise OR with <val32> and write it back
  57.  
  58. xp<pll8>,<val32>
  59. Read VPU PLL <pll8>, perform bitwise XOR with <val32> and write it back
  60.  
  61. ri<bus8>,<dev8>,<reg8>
  62. Read and display register <reg8> of I2C device <dev8> on I2C bus <bus>
  63.  
  64. wi<bus8>,<dev8>,<reg8>,<val8>
  65. Write <val8> to register <reg8> of I2C device <dev8> on I2C bus <bus>
  66.  
  67. ai<bus8>,<dev8>,<reg8>,<val8>
  68. Read register <reg8> of I2C device <dev8> on I2C bus <bus8>, perform bitwise AND
  69. with <val8> and write it back
  70.  
  71. oi<bus8>,<dev8>,<reg8>,<val8>
  72. Read register <reg8> of I2C device <dev8> on I2C bus <bus8>, perform bitwise OR
  73. with <val8> and write it back
  74.  
  75. xi<bus8>,<dev8>,<reg8>,<val8>
  76. Read register <reg8> of I2C device <dev8> on I2C bus <bus8>, perform bitwise XOR 
  77. with <val8> and write it back