sysfs-bus-iio-frequency-ad9523 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. What: /sys/bus/iio/devices/iio:deviceX/pll2_feedback_clk_present
  2. What: /sys/bus/iio/devices/iio:deviceX/pll2_reference_clk_present
  3. What: /sys/bus/iio/devices/iio:deviceX/pll1_reference_clk_a_present
  4. What: /sys/bus/iio/devices/iio:deviceX/pll1_reference_clk_b_present
  5. What: /sys/bus/iio/devices/iio:deviceX/pll1_reference_clk_test_present
  6. What: /sys/bus/iio/devices/iio:deviceX/vcxo_clk_present
  7. KernelVersion: 3.4.0
  8. Contact: linux-iio@vger.kernel.org
  9. Description:
  10. Reading returns either '1' or '0'.
  11. '1' means that the clock in question is present.
  12. '0' means that the clock is missing.
  13. What: /sys/bus/iio/devices/iio:deviceX/pllY_locked
  14. KernelVersion: 3.4.0
  15. Contact: linux-iio@vger.kernel.org
  16. Description:
  17. Reading returns either '1' or '0'. '1' means that the
  18. pllY is locked.
  19. What: /sys/bus/iio/devices/iio:deviceX/store_eeprom
  20. KernelVersion: 3.4.0
  21. Contact: linux-iio@vger.kernel.org
  22. Description:
  23. Writing '1' stores the current device configuration into
  24. on-chip EEPROM. After power-up or chip reset the device will
  25. automatically load the saved configuration.
  26. What: /sys/bus/iio/devices/iio:deviceX/sync_dividers
  27. KernelVersion: 3.4.0
  28. Contact: linux-iio@vger.kernel.org
  29. Description:
  30. Writing '1' triggers the clock distribution synchronization
  31. functionality. All dividers are reset and the channels start
  32. with their predefined phase offsets (out_altvoltageY_phase).
  33. Writing this file has the effect as driving the external
  34. /SYNC pin low.