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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ipu/
H A Dipu_intern.h160 struct clk *ipu_clk; member in struct:ipu
H A Dipu_idmac.c1774 ipu_data.ipu_clk = clk_get(&pdev->dev, NULL);
1775 if (IS_ERR(ipu_data.ipu_clk)) {
1776 ret = PTR_ERR(ipu_data.ipu_clk);
1781 clk_enable(ipu_data.ipu_clk);
1813 clk_disable(ipu_data.ipu_clk);
1814 clk_put(ipu_data.ipu_clk);
1831 clk_disable(ipu->ipu_clk);
1832 clk_put(ipu->ipu_clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx31.c499 DEFINE_CLOCK(ipu_clk, 0, MXC_CCM_CGR1, 22, hsp_get_rate, NULL, &mcu_main_clk);
538 _REGISTER_CLOCK("ipu-core", NULL, ipu_clk)
539 _REGISTER_CLOCK("mx3_sdc_fb", NULL, ipu_clk)
H A Dclock-imx35.c383 DEFINE_CLOCK(ipu_clk, 0, CCM_CGR1, 18, get_rate_hsp, NULL);
474 _REGISTER_CLOCK("ipu-core", NULL, ipu_clk)
475 _REGISTER_CLOCK("mx3_sdc_fb", NULL, ipu_clk)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dmx3fb.c451 struct clk *ipu_clk; local
498 ipu_clk = clk_get(mx3fb->dev, NULL);
499 if (!IS_ERR(ipu_clk)) {
500 div = clk_get_rate(ipu_clk) * 16 / pixel_clk;
501 clk_put(ipu_clk);

Completed in 109 milliseconds