Home
last modified time | relevance | path

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

/arch/arm/mach-w90x900/
Dclksel.c39 static void clock_source_select(const char *dev_id, unsigned int clkval) in clock_source_select() argument
57 clksel |= (clkval << offset); in clock_source_select()
64 unsigned int clkval; in nuc900_clock_source() local
68 clkval = 0; in nuc900_clock_source()
78 clkval = PLL0; in nuc900_clock_source()
80 clkval = PLL1; in nuc900_clock_source()
82 clkval = EXT; in nuc900_clock_source()
84 clkval = OTHER; in nuc900_clock_source()
86 clock_source_select(dev_id, clkval); in nuc900_clock_source()