Searched refs:extclock (Results 1 – 3 of 3) sorted by relevance
12 - extclock-enable: Include for the ca8210 to route its 16MHz clock14 - extclock-freq: Frequency in Hz of the external clock15 - extclock-gpio: GPIO of the ca8210 to output the clock on25 extclock-enable;26 extclock-freq = 16000000;27 extclock-gpio = 2;
81 ret = clk_prepare_enable(rcrtc->extclock); in rcar_du_crtc_get()92 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_get()102 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_put()225 if (rcrtc->extclock) { in rcar_du_crtc_set_display_timing()232 extclk = clk_get_rate(rcrtc->extclock); in rcar_du_crtc_set_display_timing()948 rcrtc->extclock = clk; in rcar_du_crtc_create()
52 struct clk *extclock; member