Home
last modified time | relevance | path

Searched refs:clk_type (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/clk/at91/
H A Dclk-peripheral.c59 enum periph_clk_type clk_type; in periph_clk_enable() local
65 clk_type = dev_get_driver_data(dev_get_parent(clk->dev)); in periph_clk_enable()
66 if (clk_type == CLK_PERIPH_AT91RM9200) { in periph_clk_enable()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/
H A Dclock.h47 int mxc_set_clock(u32 ref, u32 freq, u32 clk_type);
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_mipi_dsi2.c454 u32 clk_type; in dw_mipi_dsi2_clk_management() local
461 clk_type = NON_CONTINUOUS_CLK; in dw_mipi_dsi2_clk_management()
463 clk_type = CONTIUOUS_CLK; in dw_mipi_dsi2_clk_management()
465 dsi_update_bits(dsi2, DSI2_PHY_CLK_CFG, CLK_TYPE_MASK, clk_type); in dw_mipi_dsi2_clk_management()