Lines Matching refs:clock_sel
189 u8 clock_sel; member
366 unsigned int clock_sel; in ad7192_of_clock_select() local
368 clock_sel = AD7192_CLK_INT; in ad7192_of_clock_select()
373 clock_sel = AD7192_CLK_INT_CO; in ad7192_of_clock_select()
376 clock_sel = AD7192_CLK_EXT_MCLK1_2; in ad7192_of_clock_select()
378 clock_sel = AD7192_CLK_EXT_MCLK2; in ad7192_of_clock_select()
381 return clock_sel; in ad7192_of_clock_select()
410 AD7192_MODE_CLKSRC(st->clock_sel) | in ad7192_setup()
1064 st->clock_sel = ad7192_of_clock_select(st); in ad7192_probe()
1066 if (st->clock_sel == AD7192_CLK_EXT_MCLK1_2 || in ad7192_probe()
1067 st->clock_sel == AD7192_CLK_EXT_MCLK2) { in ad7192_probe()