Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/at91/
Dclk-slow.c38 #define AT91_SCKC_OSCSEL (1 << 3) macro
303 if ((!index && !(tmp & AT91_SCKC_OSCSEL)) || in clk_sam9x5_slow_set_parent()
304 (index && (tmp & AT91_SCKC_OSCSEL))) in clk_sam9x5_slow_set_parent()
308 tmp |= AT91_SCKC_OSCSEL; in clk_sam9x5_slow_set_parent()
310 tmp &= ~AT91_SCKC_OSCSEL; in clk_sam9x5_slow_set_parent()
323 return !!(readl(slowck->sckcr) & AT91_SCKC_OSCSEL); in clk_sam9x5_slow_get_parent()
356 slowck->parent = !!(readl(sckcr) & AT91_SCKC_OSCSEL); in at91_clk_register_sam9x5_slow()