Searched refs:hsp_sel (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx35.c | 64 /* 0 */ ckih, mpll, ppll, mpll_075, arm, hsp, hsp_div, hsp_sel, ahb, enumerator 87 u32 pdr0, consumer_sel, hsp_sel; in _mx35_clocks_init() local 123 hsp_sel = (pdr0 >> 20) & 0x3; in _mx35_clocks_init() 124 if (!hsp_div[hsp_sel]) { in _mx35_clocks_init() 125 pr_err("i.MX35 clk: illegal hsp clk selection 0x%x\n", hsp_sel); in _mx35_clocks_init() 126 hsp_sel = 0; in _mx35_clocks_init() 129 clk[hsp] = imx_clk_fixed_factor("hsp", "arm", 1, hsp_div[hsp_sel]); in _mx35_clocks_init()
|