| /linux/drivers/usb/host/ |
| H A D | ehci-sh.c | 13 struct clk *iclk, *fclk; member 118 priv->iclk = devm_clk_get(&pdev->dev, "usb_ick"); in ehci_hcd_sh_probe() 119 if (IS_ERR(priv->iclk)) in ehci_hcd_sh_probe() 120 priv->iclk = NULL; in ehci_hcd_sh_probe() 125 ret = clk_enable(priv->iclk); in ehci_hcd_sh_probe() 142 clk_disable(priv->iclk); in ehci_hcd_sh_probe() 163 clk_disable(priv->iclk); in ehci_hcd_sh_remove()
|
| H A D | ohci-at91.c | 53 struct clk *iclk; member 80 clk_prepare_enable(ohci_at91->iclk); in at91_start_clock() 91 clk_disable_unprepare(ohci_at91->iclk); in at91_stop_clock() 209 ohci_at91->iclk = devm_clk_get(dev, "ohci_clk"); in usb_hcd_at91_probe() 210 if (IS_ERR(ohci_at91->iclk)) { in usb_hcd_at91_probe() 212 retval = PTR_ERR(ohci_at91->iclk); in usb_hcd_at91_probe()
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-iproc-pll.c | 724 struct iproc_clk *iclk; in iproc_pll_clk_setup() local 774 iclk = &iclk_array[0]; in iproc_pll_clk_setup() 775 iclk->pll = pll; in iproc_pll_clk_setup() 788 iclk->hw.init = &init; in iproc_pll_clk_setup() 797 ret = clk_hw_register(NULL, &iclk->hw); in iproc_pll_clk_setup() 801 clk_data->hws[0] = &iclk->hw; in iproc_pll_clk_setup() 813 iclk = &iclk_array[i]; in iproc_pll_clk_setup() 814 iclk->pll = pll; in iproc_pll_clk_setup() 815 iclk->ctrl = &clk_ctrl[i]; in iproc_pll_clk_setup() 822 iclk->hw.init = &init; in iproc_pll_clk_setup() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sh7760.c | 395 unsigned long mck, m1, dff, odff, iclk; in calc_CCR() local 410 iclk = mck / (1 + cdf); in calc_CCR() 411 if (iclk >= 20000000) in calc_CCR() 413 scgds = ((iclk / scl_hz) - 20) >> 3; in calc_CCR() 415 m1 = iclk / (20 + (scgd << 3)); in calc_CCR()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | isp_v4_1_1.c | 89 u32 iclk, xclk; in isp_set_performance_state() local 95 iclk = ISP_HIGH_PERFORMANC_ICLK; in isp_set_performance_state() 111 ret = amdgpu_dpm_set_soft_freq_range(adev, PP_ISPICLK, iclk, 0); in isp_set_performance_state() 114 iclk, state, ret); in isp_set_performance_state()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_gtm.c | 171 u8 iclk = GTMDR_ICLK_ICLK; in gtm_set_ref_timer16() local 191 iclk = GTMDR_ICLK_SLGO; in gtm_set_ref_timer16() 216 clrsetbits_be16(tmr->gtmdr, 0xFFFF, iclk | GTMDR_SPS(sps) | in gtm_set_ref_timer16()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | prm3xxx.c | 230 u32 wkst, fclk, iclk, clken; in omap3xxx_prm_clear_mod_irqs() local 242 iclk = omap2_cm_read_mod_reg(module, iclk_off); in omap3xxx_prm_clear_mod_irqs() 259 omap2_cm_write_mod_reg(iclk, module, iclk_off); in omap3xxx_prm_clear_mod_irqs()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | at91_udc.c | 905 clk_enable(udc->iclk); in clk_on() 916 clk_disable(udc->iclk); in clk_off() 1845 udc->iclk = devm_clk_get(dev, "pclk"); in at91udc_probe() 1846 if (IS_ERR(udc->iclk)) in at91udc_probe() 1847 return PTR_ERR(udc->iclk); in at91udc_probe() 1859 retval = clk_prepare_enable(udc->iclk); in at91udc_probe() 1867 clk_disable(udc->iclk); in at91udc_probe() 1919 clk_unprepare(udc->iclk); in at91udc_probe() 1949 clk_unprepare(udc->iclk); in at91udc_remove()
|
| H A D | at91_udc.h | 136 struct clk *iclk, *fclk; member
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | power_state.h | 180 unsigned long iclk; member
|
| /linux/drivers/media/i2c/ |
| H A D | thp7312.c | 257 struct clk *iclk; member 554 rate = clk_get_rate(thp7312->iclk); in thp7312_reset() 575 clk_disable_unprepare(thp7312->iclk); in __thp7312_power_off() 593 ret = clk_prepare_enable(thp7312->iclk); in __thp7312_power_on() 2109 thp7312->iclk = devm_clk_get(dev, NULL); in thp7312_probe() 2110 if (IS_ERR(thp7312->iclk)) in thp7312_probe() 2111 return dev_err_probe(dev, PTR_ERR(thp7312->iclk), in thp7312_probe()
|
| /linux/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap3-dss.txt | 52 - clocks: handles to fclk and iclk
|
| H A D | ti,omap5-dss.txt | 51 - clocks: handles to fclk and iclk
|
| H A D | ti,omap4-dss.txt | 51 - clocks: handles to fclk and iclk
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | tc358767.c | 635 u32 clk, iclk; in tc_pxl_pll_calc() local 639 iclk = refclk / (div * ext_div[i_pre]); in tc_pxl_pll_calc() 640 if (iclk < 6000000 || iclk > 40000000) in tc_pxl_pll_calc()
|