Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/at91/
Dclk-slow.c40 #define AT91_SCKC_OSCSEL (1 << 3) macro
305 if ((!index && !(tmp & AT91_SCKC_OSCSEL)) || in clk_sam9x5_slow_set_parent()
306 (index && (tmp & AT91_SCKC_OSCSEL))) in clk_sam9x5_slow_set_parent()
310 tmp |= AT91_SCKC_OSCSEL; in clk_sam9x5_slow_set_parent()
312 tmp &= ~AT91_SCKC_OSCSEL; in clk_sam9x5_slow_set_parent()
325 return !!(readl(slowck->sckcr) & AT91_SCKC_OSCSEL); in clk_sam9x5_slow_get_parent()
358 slowck->parent = !!(readl(sckcr) & AT91_SCKC_OSCSEL); in at91_clk_register_sam9x5_slow()