1 /* 2 * GXBB clock tree IDs 3 */ 4 5 #ifndef __GXBB_CLKC_H 6 #define __GXBB_CLKC_H 7 8 #define CLKID_CPUCLK 1 9 #define CLKID_CLK81 12 10 #define CLKID_ETH 36 11 12 #endif /* __GXBB_CLKC_H */ 13
1 /* 2 * GXBB clock tree IDs 3 */ 4 5 #ifndef __GXBB_CLKC_H 6 #define __GXBB_CLKC_H 7 8 #define CLKID_CPUCLK 1 9 #define CLKID_CLK81 12 10 #define CLKID_ETH 36 11 12 #endif /* __GXBB_CLKC_H */ 13