Searched refs:ick (Results 1 – 7 of 7) sorted by relevance
/drivers/spi/ |
D | spi-omap-100k.c | 68 struct clk *ick; member 277 clk_prepare_enable(spi100k->ick); in omap1_spi100k_setup() 282 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_setup() 381 spi100k->ick = devm_clk_get(&pdev->dev, "ick"); in omap1_spi100k_probe() 382 if (IS_ERR(spi100k->ick)) { in omap1_spi100k_probe() 384 status = PTR_ERR(spi100k->ick); in omap1_spi100k_probe() 395 status = clk_prepare_enable(spi100k->ick); in omap1_spi100k_probe() 420 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_probe() 434 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_remove() 445 clk_disable_unprepare(spi100k->ick); in omap1_spi100k_runtime_suspend() [all …]
|
/drivers/usb/phy/ |
D | phy-tahvo.c | 49 struct clk *ick; member 348 tu->ick = devm_clk_get(&pdev->dev, "usb_l4_ick"); in tahvo_usb_probe() 349 if (!IS_ERR(tu->ick)) in tahvo_usb_probe() 350 clk_enable(tu->ick); in tahvo_usb_probe() 413 if (!IS_ERR(tu->ick)) in tahvo_usb_probe() 414 clk_disable(tu->ick); in tahvo_usb_probe() 425 if (!IS_ERR(tu->ick)) in tahvo_usb_remove() 426 clk_disable(tu->ick); in tahvo_usb_remove()
|
/drivers/bus/ |
D | omap_l3_smx.h | 182 struct clk *ick; member
|
D | ti-sysc.c | 2027 struct clk *fck = NULL, *ick = NULL; in sysc_clockdomain_init() local 2035 ick = ddata->clocks[SYSC_ICK]; in sysc_clockdomain_init() 2044 error = pdata->init_clockdomain(ddata->dev, fck, ick, &ddata->cookie); in sysc_clockdomain_init()
|
/drivers/i2c/busses/ |
D | i2c-rcar.c | 241 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local 288 ick = rate / (cdf + 1); in rcar_i2c_clock_calculate() 299 round = (ick + 500000) / 1000000 * sum; in rcar_i2c_clock_calculate() 315 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate()
|
/drivers/clocksource/ |
D | timer-ti-dm-systimer.c | 49 struct clk *ick; member 354 t->ick = clock; in dmtimer_systimer_init_clock()
|
/drivers/gpu/drm/i915/ |
D | Kconfig | 18 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
|