Searched refs:ick (Results 1 – 7 of 7) sorted by relevance
| /drivers/usb/phy/ |
| A D | phy-tahvo.c | 50 struct clk *ick; member 345 tu->ick = devm_clk_get(&pdev->dev, "usb_l4_ick"); in tahvo_usb_probe() 346 if (!IS_ERR(tu->ick)) in tahvo_usb_probe() 347 clk_enable(tu->ick); in tahvo_usb_probe() 410 if (!IS_ERR(tu->ick)) in tahvo_usb_probe() 411 clk_disable(tu->ick); in tahvo_usb_probe() 422 if (!IS_ERR(tu->ick)) in tahvo_usb_remove() 423 clk_disable(tu->ick); in tahvo_usb_remove()
|
| /drivers/i2c/busses/ |
| A D | i2c-rcar.c | 288 u32 cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local 332 ick = rate / (priv->devtype < I2C_RCAR_GEN3 ? (cdf + 1) : 1); in rcar_i2c_clock_calculate() 342 round = DIV_ROUND_CLOSEST(ick, 1000000); in rcar_i2c_clock_calculate() 353 scgd = DIV_ROUND_UP(ick, t.bus_freq_hz ?: 1); in rcar_i2c_clock_calculate() 355 scl = ick / (20 + 8 * scgd + round); in rcar_i2c_clock_calculate()
|
| /drivers/bus/ |
| A D | omap_l3_smx.h | 182 struct clk *ick; member
|
| A D | ti-sysc.c | 2066 struct clk *fck = NULL, *ick = NULL; in sysc_clockdomain_init() local 2074 ick = ddata->clocks[SYSC_ICK]; in sysc_clockdomain_init() 2083 error = pdata->init_clockdomain(ddata->dev, fck, ick, &ddata->cookie); in sysc_clockdomain_init()
|
| /drivers/clocksource/ |
| A D | timer-ti-dm-systimer.c | 49 struct clk *ick; member 352 t->ick = clock; in dmtimer_systimer_init_clock()
|
| /drivers/gpu/drm/xe/ |
| A D | Kconfig | 30 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig | 28 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
|
Completed in 22 milliseconds