Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-lmk04832.c196 unsigned int vco0_range[2]; member
205 .vco0_range = { 2440, 2580 },
431 if (mhz >= info->vco0_range[0] && mhz <= info->vco0_range[1]) in lmk04832_check_vco_ranges()