Lines Matching full:ahb
38 unsigned char arm, ahb, sel; member
42 { .arm = 1, .ahb = 4, .sel = 0},
43 { .arm = 1, .ahb = 3, .sel = 1},
44 { .arm = 2, .ahb = 2, .sel = 0},
45 { .arm = 0, .ahb = 0, .sel = 0},
46 { .arm = 0, .ahb = 0, .sel = 0},
47 { .arm = 0, .ahb = 0, .sel = 0},
48 { .arm = 4, .ahb = 1, .sel = 0},
49 { .arm = 1, .ahb = 5, .sel = 0},
50 { .arm = 1, .ahb = 8, .sel = 0},
51 { .arm = 1, .ahb = 6, .sel = 1},
52 { .arm = 2, .ahb = 4, .sel = 0},
53 { .arm = 0, .ahb = 0, .sel = 0},
54 { .arm = 0, .ahb = 0, .sel = 0},
55 { .arm = 0, .ahb = 0, .sel = 0},
56 { .arm = 4, .ahb = 2, .sel = 0},
57 { .arm = 0, .ahb = 0, .sel = 0},
69 /* 0 */ ckih, mpll, ppll, mpll_075, arm, hsp, hsp_div, hsp_sel, ahb, enumerator
144 clk[ahb] = imx_clk_fixed_factor("ahb", "arm", 1, aad->ahb); in _mx35_clocks_init()
145 clk[ipg] = imx_clk_fixed_factor("ipg", "ahb", 1, 2); in _mx35_clocks_init()
148 clk[ahb_per_div] = imx_clk_divider("ahb_per_div", "ahb", base + MXC_CCM_PDR0, 12, 3); in _mx35_clocks_init()
172 clk[nfc_div] = imx_clk_divider("nfc_div", "ahb", base + MX35_CCM_PDR4, 28, 4); in _mx35_clocks_init()
205 clk[mlb_gate] = imx_clk_gate2("mlb_gate", "ahb", base + MX35_CCM_CGR1, 22); in _mx35_clocks_init()
212 clk[rtic_gate] = imx_clk_gate2("rtic_gate", "ahb", base + MX35_CCM_CGR2, 2); in _mx35_clocks_init()
214 clk[sdma_gate] = imx_clk_gate2("sdma_gate", "ahb", base + MX35_CCM_CGR2, 6); in _mx35_clocks_init()
222 clk[usbotg_gate] = imx_clk_gate2("usbotg_gate", "ahb", base + MX35_CCM_CGR2, 22); in _mx35_clocks_init()
229 clk[gpu2d_gate] = imx_clk_gate2("gpu2d_gate", "ahb", base + MX35_CCM_CGR3, 4); in _mx35_clocks_init()
270 clk_register_clkdev(clk[ahb], "ahb", "sdhci-esdhc-imx35.0"); in mx35_clocks_init()
273 clk_register_clkdev(clk[ahb], "ahb", "sdhci-esdhc-imx35.1"); in mx35_clocks_init()
276 clk_register_clkdev(clk[ahb], "ahb", "sdhci-esdhc-imx35.2"); in mx35_clocks_init()
303 clk_register_clkdev(clk[usbotg_gate], "ahb", "mxc-ehci.0"); in mx35_clocks_init()
306 clk_register_clkdev(clk[usbotg_gate], "ahb", "mxc-ehci.1"); in mx35_clocks_init()
309 clk_register_clkdev(clk[usbotg_gate], "ahb", "mxc-ehci.2"); in mx35_clocks_init()
312 clk_register_clkdev(clk[usbotg_gate], "ahb", "imx-udc-mx27"); in mx35_clocks_init()