Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/gpu/drm/rcar-du/ !
Drcar_du_crtc.h52 struct clk *extclock; member
Drcar_du_crtc.c246 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()
569 ret = clk_prepare_enable(rcrtc->extclock); in rcar_du_crtc_get()
583 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_get()
593 clk_disable_unprepare(rcrtc->extclock); in rcar_du_crtc_put()
1267 rcrtc->extclock = clk; in rcar_du_crtc_create()