Searched refs:clkval (Results 1 – 2 of 2) sorted by relevance
39 static void clock_source_select(const char *dev_id, unsigned int clkval) in clock_source_select() argument57 clksel |= (clkval << offset); in clock_source_select()64 unsigned int clkval; in nuc900_clock_source() local68 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()
131 u8 clkval; in si_buscore_prep() local134 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()