Searched refs:hsp_sel (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx35.c | 54 ckih, mpll, ppll, mpll_075, arm, hsp, hsp_div, hsp_sel, ahb, ipg, enumerator 75 u32 pdr0, consumer_sel, hsp_sel; in mx35_clocks_init() local 107 hsp_sel = (pdr0 >> 20) & 0x3; in mx35_clocks_init() 108 if (!hsp_div[hsp_sel]) { in mx35_clocks_init() 109 pr_err("i.MX35 clk: illegal hsp clk selection 0x%x\n", hsp_sel); in mx35_clocks_init() 110 hsp_sel = 0; in mx35_clocks_init() 113 clk[hsp] = imx_clk_fixed_factor("hsp", "arm", 1, hsp_div[hsp_sel]); in mx35_clocks_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | imx35-clock.txt | 22 hsp_sel 7
|