Searched refs:ti_prcm_clk_get_source_freq (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/arm/ti/
H A Dti_prcm.h49 /* System clocks, typically you can only call ti_prcm_clk_get_source_freq()
208 int ti_prcm_clk_get_source_freq(clk_ident_t clk, unsigned int *freq);
H A Dti_prcm.c268 * ti_prcm_clk_get_source_freq - gets the source clock frequency
286 ti_prcm_clk_get_source_freq(clk_ident_t clk, unsigned int *freq) function
H A Dti_sdhci.c398 if (ti_prcm_clk_get_source_freq(clk, &sc->baseclk_hz) != 0) {
H A Dti_mmchs.c1341 if (ti_prcm_clk_get_source_freq(clk, &sc->sc_ref_freq) != 0) {
/freebsd-10.2-release/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c561 err = ti_prcm_clk_get_source_freq(SYS_CLK, &sc->sysclk_freq);
H A Dam335x_lcd.c445 if (ti_prcm_clk_get_source_freq(LCDC_CLK, &ref_freq)) {

Completed in 227 milliseconds