Searched refs:clk_init (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Dclock.h50 clk_init(clk_t* clk) function
H A Dclock.c114 return clk_init(clk);
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Dclock.h50 clk_init(clk_t* clk) function
H A Dclock.c114 return clk_init(clk);
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dclock.c144 clk_init(parent);
H A Dserial.c524 static clk_t *clk_init(enum clk_id clock_id, ps_io_ops_t *ops) function
542 clk = clk_init(uart_clk[id], ops);
581 clk = clk_init(clock_id, (ps_io_ops_t *)o);
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dclock.c144 clk_init(parent);
H A Dserial.c524 static clk_t *clk_init(enum clk_id clock_id, ps_io_ops_t *ops) function
542 clk = clk_init(uart_clk[id], ops);
581 clk = clk_init(clock_id, (ps_io_ops_t *)o);
/seL4-refos-master/libs/libplatsupport/src/plat/exynos4/
H A Dclock.c191 clk_init(parent);
267 clk_init(parent);
/seL4-refos-master/libs/libplatsupport/src/plat/exynos5/
H A Dclock.c219 clk_init(parent);
278 clk_init(parent);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/exynos4/
H A Dclock.c191 clk_init(parent);
267 clk_init(parent);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/exynos5/
H A Dclock.c219 clk_init(parent);
278 clk_init(parent);
/seL4-refos-master/libs/libplatsupport/src/plat/imx6/
H A Di2c.c528 i2c_clk = clk_init(&dev->clock);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Di2c.c528 i2c_clk = clk_init(&dev->clock);

Completed in 155 milliseconds