Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ieee802154/
H A Dca8210.txt12 - extclock-enable: Include for the ca8210 to route its 16MHz clock
14 - extclock-freq: Frequency in Hz of the external clock
15 - extclock-gpio: GPIO of the ca8210 to output the clock on
25 extclock-enable;
26 extclock-freq = 16000000;
27 extclock-gpio = 2;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.c247 extclk = clk_get_rate(rcrtc->extclock); in rcar_du_crtc_set_display_timing()
278 if (rcrtc->extclock) in rcar_du_crtc_set_display_timing()
279 rcar_du_escr_divider(rcrtc->extclock, mode_clock, in rcar_du_crtc_set_display_timing()
564 ret = clk_prepare_enable(rcrtc->extclock); in rcar_du_crtc_get()
578 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_get()
588 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_put()
1233 rcrtc->extclock = clk; in rcar_du_crtc_create()
H A Drcar_du_crtc.h52 struct clk *extclock; member