Home
last modified time | relevance | path

Searched refs:ick (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/phy/
Dphy-tahvo.c49 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/
Domap_l3_smx.h182 struct clk *ick; member
Dti-sysc.c2092 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/
Di2c-rcar.c253 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/
Dtimer-ti-dm-systimer.c49 struct clk *ick; member
352 t->ick = clock; in dmtimer_systimer_init_clock()
/drivers/gpu/drm/i915/
DKconfig26 # but for select to work, need to select ACPI_VIDEO's dependencies, ick