Home
last modified time | relevance | path

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

/linux-2.6.39/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()
/linux-2.6.39/drivers/staging/brcm80211/util/
Dsiutils.c131 u8 clkval; in si_buscore_prep() local
134 clkval = in si_buscore_prep()
137 if ((clkval & ~SBSDIO_AVBITS) == clkset) { in si_buscore_prep()
138 SPINWAIT(((clkval = in si_buscore_prep()
142 !SBSDIO_ALPAV(clkval)), in si_buscore_prep()
144 if (!SBSDIO_ALPAV(clkval)) { in si_buscore_prep()
145 SI_ERROR(("timeout on ALPAV wait, clkval 0x%02x\n", clkval)); in si_buscore_prep()