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

/linux-master/drivers/usb/phy/
H A Dphy-tahvo.c49 struct clk *ick; member in struct:tahvo_usb
344 tu->ick = devm_clk_get(&pdev->dev, "usb_l4_ick");
345 if (!IS_ERR(tu->ick))
346 clk_enable(tu->ick);
409 if (!IS_ERR(tu->ick))
410 clk_disable(tu->ick);
421 if (!IS_ERR(tu->ick))
422 clk_disable(tu->ick);
/linux-master/sound/soc/sh/
H A Dfsi.c190 * FSIxCLK [CPG] (ick) -------> |
237 struct clk *ick; member in struct:fsi_clk
729 int ick,
738 clock->ick = NULL;
762 if (ick) {
763 clock->ick = devm_clk_get(dev, is_porta ? "icka" : "ickb");
764 if (IS_ERR(clock->ick)) {
765 dev_err(dev, "can't get ick clock\n");
768 if (clock->ick == clock->own) {
769 dev_err(dev, "cpu doesn't support ick cloc
726 fsi_clk_init(struct device *dev, struct fsi_priv *fsi, int xck, int ick, int div, int (*set_rate)(struct device *dev, struct fsi_priv *fsi)) argument
929 struct clk *ick = fsi->clock.ick; local
960 struct clk *ick = fsi->clock.ick; local
[all...]
/linux-master/include/linux/platform_data/
H A Dti-sysc.h156 struct clk *ick, struct ti_sysc_cookie *cookie);
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c319 * @ick: device interface clock
331 struct clk *fck, struct clk *ick,
338 if (!IS_ERR(ick))
339 cookie->clkdm = ti_sysc_find_one_clockdomain(ick);
330 ti_sysc_clkdm_init(struct device *dev, struct clk *fck, struct clk *ick, struct ti_sysc_cookie *cookie) argument
/linux-master/drivers/bus/
H A Domap_l3_smx.h182 struct clk *ick; member in struct:omap3_l3
H A Dti-sysc.c88 "fck", "ick", "opt0", "opt1", "opt2", "opt3", "opt4",
466 dev_err(ddata->dev, "max one fck and ick for %pOF\n", np);
471 /* Always add a slot for main clocks fck and ick even if unused */
508 /* Main clocks may not have ick */
523 /* Main clocks may not have ick */
1085 * Set CLOCKACTIVITY, we only use it for ick. And we only configure it
2092 struct clk *fck = NULL, *ick = NULL; local
2100 ick = ddata->clocks[SYSC_ICK];
2109 error = pdata->init_clockdomain(ddata->dev, fck, ick, &ddata->cookie);
/linux-master/drivers/i2c/busses/
H A Di2c-rcar.c278 u32 cdf, round, ick, sum, scl, cdf_width; local
297 * ick = clkp / (1 + CDF)
298 * SCL = ick / (20 + SCGD * 8 + F[(ticf + tr + intd) * ick])
303 * ick : I2C internal clock < 20 MHz
322 ick = rate / (priv->devtype < I2C_RCAR_GEN3 ? (cdf + 1) : 1);
327 * F[(ticf + tr + intd) * ick] with sum = (ticf + tr + intd)
328 * = F[sum * ick / 1000000000]
329 * = F[(ick / 1000000) * sum / 1000]
332 round = DIV_ROUND_CLOSEST(ick, 100000
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-ti-dm-systimer.c49 struct clk *ick; member in struct:dmtimer_systimer
333 is_ick = !strncmp(name, "ick", 3);
352 t->ick = clock;
391 error = dmtimer_systimer_init_clock(t, np->parent, "ick", &rate);

Completed in 135 milliseconds