Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/adc/
Dad7192.c189 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()
1068 st->clock_sel = ad7192_of_clock_select(st); in ad7192_probe()
1070 if (st->clock_sel == AD7192_CLK_EXT_MCLK1_2 || in ad7192_probe()
[all …]