Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/frequency/
H A Dadf4371.c45 #define ADF4371_RF_DIV_SEL_MSK GENMASK(6, 4) macro
46 #define ADF4371_RF_DIV_SEL(x) FIELD_PREP(ADF4371_RF_DIV_SEL_MSK, x)
300 ADF4371_RF_DIV_SEL_MSK, in adf4371_set_freq()