Searched refs:CLK_TYPE_BYPASSABLE (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/arm/mach-bcmring/ | ||
D | clock.h | 20 #define CLK_TYPE_BYPASSABLE 16 /* parent can be changed */ macro |
D | clock.c | 36 #define clk_is_bypassable(x) ((x)->type & CLK_TYPE_BYPASSABLE) |