Lines Matching +full:gated +full:- +full:fixed +full:- +full:clock
33 if (clk->set && (clk->usage++) == 0) in clk_enable_unlocked()
34 clk->set(clk, 1); in clk_enable_unlocked()
39 if (clk->set && (--clk->usage) == 0) in clk_disable_unlocked()
40 clk->set(clk, 0); in clk_disable_unlocked()
56 * Ethernet MAC "misc" clock: dma clocks and main clock on 6348
92 if (clk->id == 0) in enetx_set()
111 * Ethernet PHY clock
125 * Ethernet switch SAR clock
140 * Ethernet switch USB clock
155 * Ethernet switch clock
177 /* reset switch core after clock change */ in enetsw_set()
190 * PCM clock
205 * USB host clock
224 * USB device clock
241 * SPI clock
266 * HSSPI clock
292 * XTM clock
307 /* reset sar core after clock change */ in xtm_set()
321 * IPsec clock
336 * PCIe clock
352 * Internal peripheral clock
360 * Linux clock API implementation
403 return clk->rate; in clk_get_rate()
421 /* fixed rate clocks */
425 /* gated clocks */
438 /* fixed rate clocks */
442 CLKDEV_INIT("bcm63xx-hsspi.0", "pll", &clk_hsspi_pll),
443 /* gated clocks */
452 /* fixed rate clocks */
455 /* gated clocks */
466 /* fixed rate clocks */
469 /* gated clocks */
480 /* fixed rate clocks */
483 /* gated clocks */
495 /* fixed rate clocks */
499 /* gated clocks */
514 /* fixed rate clocks */
518 CLKDEV_INIT("bcm63xx-hsspi.0", "pll", &clk_hsspi_pll),
519 /* gated clocks */
530 /* fixed rate clocks */
534 /* gated clocks */