Searched refs:CLOCK_ID_COUNT (Results 1 – 7 of 7) sorted by relevance
33 CLOCK_ID_COUNT, /* number of PLLs */ enumerator386 #define clock_id_is_pll(id) ((id) >= CLOCK_ID_FIRST && (id) < CLOCK_ID_COUNT)
33 CLOCK_ID_COUNT, /* number of PLLs */ enumerator366 #define clock_id_is_pll(id) ((id) >= CLOCK_ID_FIRST && (id) < CLOCK_ID_COUNT)
35 CLOCK_ID_COUNT, /* number of PLLs */ enumerator491 #define clock_id_is_pll(id) ((id) >= CLOCK_ID_FIRST && (id) < CLOCK_ID_COUNT)
33 CLOCK_ID_COUNT, /* number of clocks */ enumerator
35 CLOCK_ID_COUNT, /* number of PLLs */ enumerator561 #define clock_id_is_pll(id) ((id) >= CLOCK_ID_FIRST && (id) < CLOCK_ID_COUNT)
410 #define CLOCK_ID_PLL_COUNT (CLOCK_ID_COUNT - 3)
27 static unsigned pll_rate[CLOCK_ID_COUNT];
Completed in 17 milliseconds