Home
last modified time | relevance | path

Searched refs:CONFIG_CCLK_ACT_DIV (Results 1 – 2 of 2) sorted by relevance

/arch/blackfin/include/asm/
Dclocks.h15 # define CONFIG_CCLK_ACT_DIV CCLK_DIV1 macro
20 # define CONFIG_CCLK_ACT_DIV CCLK_DIV2 macro
25 # define CONFIG_CCLK_ACT_DIV CCLK_DIV4 macro
30 # define CONFIG_CCLK_ACT_DIV CCLK_DIV8 macro
/arch/blackfin/mach-common/
Dclocks-init.c102 bfin_write_PLL_DIV(CONFIG_CCLK_ACT_DIV | CONFIG_SCLK_DIV); in init_clocks()