]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-tegra/clock.h
ARM: tegra: deduplicate MASK_BITS_xxx clock mux enum
[karo-tx-uboot.git] / arch / arm / include / asm / arch-tegra / clock.h
index e7d0fd45ee1dc4abd52c182298b5bd0c595a36d8..052c0208b18aac44974ac488d23ef76854152867 100644 (file)
@@ -20,6 +20,12 @@ enum clock_osc_freq {
        CLOCK_OSC_FREQ_COUNT,
 };
 
+enum {
+       MASK_BITS_31_30 = 2,    /* num of bits used to specify clock source */
+       MASK_BITS_31_29,
+       MASK_BITS_29_28,
+};
+
 #include <asm/arch/clock-tables.h>
 /* PLL stabilization delay in usec */
 #define CLOCK_PLL_STABLE_DELAY_US 300