Home
last modified time | relevance | path

Searched refs:fsl_get_sys_freq (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_soc.c61 u32 fsl_get_sys_freq(void) in fsl_get_sys_freq() function
80 EXPORT_SYMBOL(fsl_get_sys_freq);
H A Dfsl_soc.h18 extern u32 fsl_get_sys_freq(void);
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dp1022_rdk.c75 pxclk = DIV_ROUND_CLOSEST(fsl_get_sys_freq(), freq); in p1022rdk_set_pixel_clock()
H A Dt1042rdb_diu.c109 pxclk = DIV_ROUND_CLOSEST(fsl_get_sys_freq(), freq); in t1042rdb_set_pixel_clock()
H A Dp1022_ds.c405 pxclk = DIV_ROUND_CLOSEST(fsl_get_sys_freq(), freq); in p1022ds_set_pixel_clock()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mpc.c438 *real_clk = fsl_get_sys_freq() / prescaler / (16 * 3072); in mpc_i2c_get_fdr_8xxx()
442 divider = fsl_get_sys_freq() / clock / prescaler; in mpc_i2c_get_fdr_8xxx()
445 fsl_get_sys_freq(), clock, divider); in mpc_i2c_get_fdr_8xxx()
457 *real_clk = fsl_get_sys_freq() / prescaler / div->divider; in mpc_i2c_get_fdr_8xxx()
/openbmc/linux/drivers/spi/
H A Dspi-fsl-lib.c137 pdata->sysclk = fsl_get_sys_freq(); in of_mpc8xxx_spi_probe()
H A Dspi-fsl-espi.c692 espi->spibrg = fsl_get_sys_freq(); in fsl_espi_probe()
/openbmc/linux/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c133 sysclk = fsl_get_sys_freq(); in fsl_spi_init()
/openbmc/linux/drivers/watchdog/
H A Dgef_wdt.c270 freq = fsl_get_sys_freq(); in gef_wdt_probe()
H A Dmpc8xxx_wdt.c133 u32 freq = fsl_get_sys_freq(); in mpc8xxx_wdt_probe()