Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dics307_clk.c35 #define MAX_VCO 360000 macro
58 if (od * out_freq < MIN_VCO || od * out_freq > MAX_VCO) in ics307_sysclk_calculator()