Searched refs:bcm_hwclock_set (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/bcm63xx/ |
H A D | clk.c | 43 static void bcm_hwclock_set(u32 mask, int enable) in bcm_hwclock_set() function 71 bcm_hwclock_set(mask, enable); in enet_misc_set() 96 bcm_hwclock_set(mask, enable); in enetx_set() 116 bcm_hwclock_set(CKCTL_6358_EPHY_EN, enable); in ephy_set() 130 bcm_hwclock_set(CKCTL_6368_SWPKT_SAR_EN, enable); in swpkt_sar_set() 145 bcm_hwclock_set(CKCTL_6368_SWPKT_USB_EN, enable); in swpkt_usb_set() 160 bcm_hwclock_set(CKCTL_6328_ROBOSW_EN, enable); in enetsw_set() 162 bcm_hwclock_set(CKCTL_6362_ROBOSW_EN, enable); in enetsw_set() 171 bcm_hwclock_set(CKCTL_6368_ROBOSW_EN, enable); in enetsw_set() 195 bcm_hwclock_set(CKCTL_3368_PCM_EN, enable); in pcm_set() [all …]
|