Searched refs:SAIF1 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/clk/mxs/
H A Dclk-imx28.c41 #define SAIF1 (CLKCTRL + 0x0110) macro
65 * DIRECT(0x0): SAIF0 clock pins selected for SAIF0 input clocks, and SAIF1
66 * clock pins selected for SAIF1 input clocks.
67 * CROSSINPUT(0x1): SAIF1 clock inputs selected for SAIF0 input clocks, and
68 * SAIF0 clock inputs selected for SAIF1 input clocks.
69 * EXTMSTR0(0x2): SAIF0 clock pin selected for both SAIF0 and SAIF1 input
71 * EXTMSTR1(0x3): SAIF1 clock pin selected for both SAIF0 and SAIF1 input
103 val = readl_relaxed(SAIF1); clk_misc_init()
105 writel_relaxed(val, SAIF1); clk_misc_init()
211 clks[saif1_div] = mxs_clk_frac("saif1_div", "saif1_sel", SAIF1, 0, 16, 29); mx28_clocks_init()
227 clks[saif1] = mxs_clk_gate("saif1", "saif1_div", SAIF1, 31); mx28_clocks_init()

Completed in 91 milliseconds