Searched refs:bcm2835_clkman_set_frequency (Results 1 – 4 of 4) sorted by relevance
41 uint32_t bcm2835_clkman_set_frequency(device_t, uint32_t, uint32_t);
121 bcm2835_clkman_set_frequency(device_t dev, uint32_t unit, uint32_t hz) in bcm2835_clkman_set_frequency() function
106 (void)bcm2835_clkman_set_frequency(sc->clkman, BCM_PWM_CLKSRC, 0); in bcm_pwm_reconf()115 u = bcm2835_clkman_set_frequency(sc->clkman, BCM_PWM_CLKSRC, sc->freq); in bcm_pwm_reconf()
271 f = bcm2835_clkman_set_frequency(sc->clkman, in bcm_sdhci_attach()