Home
last modified time | relevance | path

Searched refs:ENABLE_ON_INIT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/clk/
Dti.h178 #define ENABLE_ON_INIT (1 << 3) /* Enable upon framework init */ macro
/linux-4.4.14/arch/arm/mach-omap1/
Dclock.h96 #define ENABLE_ON_INIT (1 << 3) /* Enable upon framework init */ macro
Dclock_data.c100 ENABLE_ON_INIT,
153 .flags = ENABLE_ON_INIT,
323 .flags = ENABLE_ON_INIT,
Dclock.c858 if (clkp->flags & ENABLE_ON_INIT) in clk_enable_init_clocks()