Searched refs:ick (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/phy/ |
D | phy-tahvo.c | 49 struct clk *ick; member 344 tu->ick = devm_clk_get(&pdev->dev, "usb_l4_ick"); in tahvo_usb_probe() 345 if (!IS_ERR(tu->ick)) in tahvo_usb_probe() 346 clk_enable(tu->ick); in tahvo_usb_probe() 409 if (!IS_ERR(tu->ick)) in tahvo_usb_probe() 410 clk_disable(tu->ick); in tahvo_usb_probe() 421 if (!IS_ERR(tu->ick)) in tahvo_usb_remove() 422 clk_disable(tu->ick); in tahvo_usb_remove()
|
/drivers/bus/ |
D | omap_l3_smx.h | 182 struct clk *ick; member
|
D | ti-sysc.c | 2092 struct clk *fck = NULL, *ick = NULL; in sysc_clockdomain_init() local 2100 ick = ddata->clocks[SYSC_ICK]; in sysc_clockdomain_init() 2109 error = pdata->init_clockdomain(ddata->dev, fck, ick, &ddata->cookie); in sysc_clockdomain_init()
|
/drivers/i2c/busses/ |
D | i2c-rcar.c | 253 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local 300 ick = rate / (cdf + 1); in rcar_i2c_clock_calculate() 311 round = (ick + 500000) / 1000000 * sum; in rcar_i2c_clock_calculate() 327 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate()
|
/drivers/clocksource/ |
D | timer-ti-dm-systimer.c | 49 struct clk *ick; member 352 t->ick = clock; in dmtimer_systimer_init_clock()
|
/drivers/gpu/drm/i915/ |
D | Kconfig | 26 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
|