Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_stc.h799 #define NI_M_PLL_CTRL_DIVISOR(x) (((x) & 0xf) << 8) macro
H A Dni_mio_common.c4989 pll_control_bits |= NI_M_PLL_CTRL_DIVISOR(freq_divider) | in ni_mseries_set_pll_master_clock()