| D | clk.c | 43 static void bcm_hwclock_set(u32 mask, int enable)  in bcm_hwclock_set()  argument 48 	if (enable)  in bcm_hwclock_set() 58 static void enet_misc_set(struct clk *clk, int enable)  in enet_misc_set()  argument 71 	bcm_hwclock_set(mask, enable);  in enet_misc_set() 79  * Ethernet MAC clocks: only revelant on 6358, silently enable misc 82 static void enetx_set(struct clk *clk, int enable)  in enetx_set()  argument 84 	if (enable)  in enetx_set() 96 		bcm_hwclock_set(mask, enable);  in enetx_set() 113 static void ephy_set(struct clk *clk, int enable)  in ephy_set()  argument 116 		bcm_hwclock_set(CKCTL_6358_EPHY_EN, enable);  in ephy_set() [all …] 
 |