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() 195 bcm_hwclock_set(CKCTL_3368_PCM_EN, enable); in pcm_set() 197 bcm_hwclock_set(CKCTL_6358_PCM_EN, enable); in pcm_set() 210 bcm_hwclock_set(CKCTL_6328_USBH_EN, enable); in usbh_set() 212 bcm_hwclock_set(CKCTL_6348_USBH_EN, enable); in usbh_set() 258 bcm_hwclock_set(mask, enable); in spi_set() 279 bcm_hwclock_set(mask, enable); in hsspi_set() [all …]
|