Lines Matching +full:fixed +full:- +full:clock
2 * TI C64X clock definitions
7 * Copied heavily from arm/mach-davinci/clock.h, so:
9 * Copyright (C) 2006-2007 Texas Instruments.
10 * Copyright (C) 2008-2009 Deep Root Systems, LLC
55 #define PLLM_VAL(x) ((x) - 1)
59 #define PLLPREDIV_VAL(x) ((x) - 1)
78 #define PLLDIV_RATIO(x) ((x) - 1)
99 /* Clock flags: SoC-specific flags start at BIT(16) */
101 #define CLK_PLL BIT(2) /* PLL-derived clock */
103 #define FIXED_DIV_PLL BIT(4) /* fixed divisor from PLL */
104 #define FIXED_RATE_PLL BIT(5) /* fixed ouput rate PLL */