| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | clock_manager_gen5.c | 322 u32 reg, clock; in cm_get_main_vco_clk_hz() local 337 u32 reg, clock = 0; in cm_get_per_vco_clk_hz() local 362 u32 reg, clock; in cm_get_mpu_clk_hz() local 376 u32 reg, clock = 0; in cm_get_sdram_clk_hz() local 407 u32 reg, clock = 0; in cm_get_l4_sp_clk_hz() local 441 u32 reg, clock = 0; in cm_get_mmc_controller_clk_hz() local 471 u32 reg, clock = 0; in cm_get_qspi_controller_clk_hz() local 499 u32 reg, clock = 0; in cm_get_spi_controller_clk_hz() local
|
| /rk3399_rockchip-uboot/board/freescale/corenet_ds/ |
| H A D | corenet_ds.c | 63 unsigned int clock = (sw >> (6 - (2 * i))) & 3; in checkboard() local 143 unsigned int clock = (sw >> (6 - (2 * i))) & 3; in misc_init_r() local
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A D | p2041rdb.c | 53 unsigned int clock = (sw >> (2 * i)) & 3; in checkboard() local 177 unsigned int clock = (sw >> (2 * i)) & 3; in misc_init_r() local
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos4x12.dtsi | 37 clock: clock-controller@10030000 { label
|
| H A D | exynos4210.dtsi | 73 clock: clock-controller@10030000 { label
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | t1040qds.c | 36 int clock; in checkboard() local 211 unsigned int clock = (sw >> (6 - 2 * i)) & 3; in misc_init_r() local
|
| /rk3399_rockchip-uboot/include/dm/platform_data/ |
| H A D | serial_bcm283x_mu.h | 20 unsigned int clock; member
|
| H A D | serial_pl01x.h | 26 unsigned int clock; member
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | ti-j721e-ufs.c | 21 unsigned int clock; in ti_j721e_ufs_probe() local
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | rockchip_sdhci.c | 136 static void rk3399_emmc_phy_power_on(struct rockchip_emmc_phy *phy, u32 clock) in rk3399_emmc_phy_power_on() 203 static int rockchip_emmc_set_clock(struct sdhci_host *host, unsigned int clock) in rockchip_emmc_set_clock() 311 static int rk3399_sdhci_emmc_set_clock(struct sdhci_host *host, unsigned int clock) in rk3399_sdhci_emmc_set_clock() 329 static int dwcmshc_sdhci_emmc_set_clock(struct sdhci_host *host, unsigned int clock) in dwcmshc_sdhci_emmc_set_clock() 479 static int rockchip_sdhci_set_clock(struct sdhci_host *host, unsigned int clock) in rockchip_sdhci_set_clock()
|
| H A D | zynq_sdhci.c | 35 unsigned long clock; in arasan_sdhci_probe() local
|
| H A D | tegra_mmc.c | 34 unsigned int clock; /* Current clock (MHz) */ member 360 static void tegra_mmc_change_clock(struct tegra_mmc_priv *priv, uint clock) in tegra_mmc_change_clock()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | cpu.c | 37 static int check_CPU(long clock, uint pvr, uint immr) in check_CPU() 92 ulong clock = gd->cpu_clk; in checkcpu() local
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | pic32mzda.dtsi | 35 clock: clk@1f801200 { label
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_zynq.c | 50 unsigned long clock, unsigned long baud) in _uart_zynq_serial_setbrg() 111 unsigned long clock; in zynq_serial_setbrg() local
|
| H A D | serial_pl01x.c | 106 int clock, int baudrate) in pl01x_generic_setbrg() 186 int clock = 0; in pl01x_serial_init_baud() local
|
| /rk3399_rockchip-uboot/board/freescale/b4860qds/ |
| H A D | b4860qds.c | 43 int clock; in checkboard() local 1115 unsigned int clock; in serdes_refclock() local 1163 int clock; in misc_init_r() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | fsl_ls1_serdes.c | 121 const char *serdes_clock_to_string(u32 clock) in serdes_clock_to_string()
|
| /rk3399_rockchip-uboot/drivers/video/sunxi/ |
| H A D | sunxi_dw_hdmi.c | 40 static int sunxi_dw_hdmi_get_divider(uint clock) in sunxi_dw_hdmi_get_divider() 136 static void sunxi_dw_hdmi_phy_set(uint clock) in sunxi_dw_hdmi_phy_set()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu.c | 32 ulong clock = gd->cpu_clk; in checkcpu() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.h | 461 static inline struct refclk *to_refclk(struct clk *clock) in to_refclk() 466 static inline struct peri_clock *to_peri_clk(struct clk *clock) in to_peri_clk() 471 static inline struct ccu_clock *to_ccu_clk(struct clk *clock) in to_ccu_clk() 476 static inline struct bus_clock *to_bus_clk(struct clk *clock) in to_bus_clk() 481 static inline struct ref_clock *to_ref_clk(struct clk *clock) in to_ref_clk()
|
| H A D | clk-core.c | 169 const char **clock; in peri_clk_set_rate() local 211 const char **clock; in peri_clk_get_rate() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.h | 461 static inline struct refclk *to_refclk(struct clk *clock) in to_refclk() 466 static inline struct peri_clock *to_peri_clk(struct clk *clock) in to_peri_clk() 471 static inline struct ccu_clock *to_ccu_clk(struct clk *clock) in to_ccu_clk() 476 static inline struct bus_clock *to_bus_clk(struct clk *clock) in to_bus_clk() 481 static inline struct ref_clock *to_ref_clk(struct clk *clock) in to_ref_clk()
|
| H A D | clk-core.c | 169 const char **clock; in peri_clk_set_rate() local 211 const char **clock; in peri_clk_get_rate() local
|
| /rk3399_rockchip-uboot/drivers/qe/ |
| H A D | uccf.c | 87 static int ucc_set_clk_src(int ucc_num, qe_clock_e clock, comm_dir_e mode) in ucc_set_clk_src()
|