Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.h52 struct clk *extclock; member
Drcar_du_crtc.c247 extclk = clk_get_rate(rcrtc->extclock); in rcar_du_crtc_set_display_timing()
279 if (rcrtc->extclock) in rcar_du_crtc_set_display_timing()
280 rcar_du_escr_divider(rcrtc->extclock, mode_clock, in rcar_du_crtc_set_display_timing()
565 ret = clk_prepare_enable(rcrtc->extclock); in rcar_du_crtc_get()
579 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_get()
589 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_put()
1238 rcrtc->extclock = clk; in rcar_du_crtc_create()