Commit b66735c9 authored by Tristan Gingold's avatar Tristan Gingold

softpll_export.h: use 0 for disabled mode

parent e3e5a07c
......@@ -17,6 +17,10 @@
/* SoftPLL operating modes, for mode parameter of spll_init(). */
/* Disabled mode: SoftPLL inactive.
Previously it was 4, but this was not very intuitive */
#define SPLL_MODE_DISABLED 0
/* Grand Master - lock to 10 MHz external reference */
#define SPLL_MODE_GRAND_MASTER 1
......@@ -26,9 +30,6 @@
/* Slave mode - 125 MHz reference locked to one of the input clocks */
#define SPLL_MODE_SLAVE 3
/* Disabled mode: SoftPLL inactive */
#define SPLL_MODE_DISABLED 4
#define SEQ_START_EXT 1
#define SEQ_WAIT_EXT 2
#define SEQ_START_HELPER 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment