Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-lmk04832.c197 unsigned int vco1_range[2]; member
206 .vco1_range = { 2945, 3255 },
434 if (mhz >= info->vco1_range[0] && mhz <= info->vco1_range[1]) in lmk04832_check_vco_ranges()