Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/net/ieee802154/
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;
/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c81 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()
Drcar_du_crtc.h52 struct clk *extclock; member