Home
last modified time | relevance | path

Searched refs:AD9523_CLK_DIST_DIV_REV (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/frequency/
H A Dad9523.c172 #define AD9523_CLK_DIST_DIV_REV(x) (((ret >> 8) & 0x3FF) + 1) macro
653 AD9523_CLK_DIST_DIV_REV(ret); in ad9523_read_raw()
657 AD9523_CLK_DIST_DIV_REV(ret); in ad9523_read_raw()
705 tmp = (code * AD9523_CLK_DIST_DIV_REV(ret)) / 3141592; in ad9523_write_raw()
/kernel/linux/linux-6.6/drivers/iio/frequency/
H A Dad9523.c172 #define AD9523_CLK_DIST_DIV_REV(x) (((ret >> 8) & 0x3FF) + 1) macro
652 AD9523_CLK_DIST_DIV_REV(ret); in ad9523_read_raw()
656 AD9523_CLK_DIST_DIV_REV(ret); in ad9523_read_raw()
704 tmp = (code * AD9523_CLK_DIST_DIV_REV(ret)) / 3141592; in ad9523_write_raw()

Completed in 4 milliseconds