| /rk3399_ARM-atf/drivers/nxp/clk/s32cc/ |
| H A D | s32cc_clk_utils.c | 34 struct s32cc_clk *clk; in s32cc_get_clk_from_table() local 48 size_t size, const struct s32cc_clk *clk, in s32cc_get_id_from_table()
|
| H A D | s32cc_clk_drv.c | 81 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_parent() local 249 const struct s32cc_clk *clk; in get_pll_mux() local 706 struct s32cc_clk *clk; in get_mux_parent() local 728 const struct s32cc_clk *clk; in enable_mux() local 1119 const struct s32cc_clk *clk; in get_cgm_div_mux() local 1433 struct s32cc_clk *clk; in s32cc_clk_enable() local 1501 const struct s32cc_clk *clk = s32cc_obj2clk(module); in set_clk_freq() local 1531 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_freq() local 1804 const struct s32cc_clk *clk = s32cc_get_arch_clk(mux->source_id); in set_mux_freq() local 1826 const struct s32cc_clk *clk = s32cc_get_arch_clk(mux->source_id); in get_mux_freq() local [all …]
|
| H A D | s32cc_clk_modules.c | 280 int s32cc_get_clk_id(const struct s32cc_clk *clk, unsigned long *id) in s32cc_get_clk_id()
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32-core.c | 61 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_oscillator_get_data() local 161 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_gate_enable() local 171 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_gate_disable() local 179 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_gate_is_enabled() local 229 const struct clk_stm32 *clk = _clk_get(priv, id); in _clk_get_ops() local 307 int _clk_stm32_set_parent(struct stm32_clk_priv *priv, int clk, int clkp) in _clk_stm32_set_parent() 374 int _clk_stm32_set_parent_by_index(struct stm32_clk_priv *priv, int clk, int sel) in _clk_stm32_set_parent_by_index() 758 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_divider_recalc() local 833 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_gate_enable() local 850 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_gate_disable() local [all …]
|
| H A D | clk-stm32mp2.c | 853 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_is_enabled() local 862 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_enable() local 871 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_disable() local 881 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_recalc_rate() local 979 const struct clk_stm32 *clk = _clk_get(priv, idx); in clk_flexgen_recalc() local 1016 const struct clk_stm32 *clk = _clk_get(priv, idx); in clk_flexgen_get_parent() local 1031 const struct clk_stm32 *clk = _clk_get(priv, idx); in clk_flexgen_gate_enable() local 1044 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_flexgen_gate_disable() local 1055 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_flexgen_gate_is_enabled() local
|
| H A D | clk-stm32mp13.c | 1702 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_recalc_rate() local 1739 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_is_enabled() local 1748 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_enable() local 1757 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_pll_disable() local 1789 const struct clk_stm32 *clk = _clk_get(priv, idx); in clk_stm32_composite_recalc_rate() local 1797 const struct clk_stm32 *clk = _clk_get(priv, idx); in clk_stm32_composite_gate_is_enabled() local 1805 const struct clk_stm32 *clk = _clk_get(priv, idx); in clk_stm32_composite_gate_enable() local 1813 const struct clk_stm32 *clk = _clk_get(priv, idx); in clk_stm32_composite_gate_disable() local
|
| /rk3399_ARM-atf/plat/imx/common/sci/svc/pm/ |
| H A D | pm_rpc_clnt.c | 236 sc_pm_clk_t clk, sc_pm_clock_rate_t *rate) in sc_pm_set_clock_rate() 257 sc_pm_clk_t clk, sc_pm_clock_rate_t *rate) in sc_pm_get_clock_rate() 280 sc_pm_clk_t clk, sc_bool_t enable, sc_bool_t autog) in sc_pm_clock_enable() 301 sc_pm_clk_t clk, sc_pm_clk_parent_t parent) in sc_pm_set_clock_parent() 321 sc_pm_clk_t clk, sc_pm_clk_parent_t *parent) in sc_pm_get_clock_parent()
|
| /rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/ |
| H A D | otp.c | 33 static uint32_t enable_otp_clk(int clk) in enable_otp_clk() 94 static void restore_otp_clk(int clk, uint32_t reg) in restore_otp_clk()
|
| /rk3399_ARM-atf/plat/intel/soc/common/include/ |
| H A D | socfpga_private.h | 15 #define EMMC_INIT_PARAMS(base, clk) \ argument
|
| /rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/ |
| H A D | regs.c | 18 static inline unsigned int cal_cwl(const unsigned long clk) in cal_cwl() 89 static void cal_timing_cfg(const unsigned long clk, in cal_timing_cfg() 355 static void cal_ddr_sdram_rcw(const unsigned long clk, in cal_ddr_sdram_rcw() 404 static void cal_ddr_sdram_cfg(const unsigned long clk, in cal_ddr_sdram_cfg() 509 static void cal_ddr_sdram_interval(const unsigned long clk, in cal_ddr_sdram_interval() 523 static void cal_ddr_sdram_mode(const unsigned long clk, in cal_ddr_sdram_mode() 1322 int compute_ddrc(const unsigned long clk, in compute_ddrc()
|
| H A D | ddr.c | 262 static int cal_odt(const unsigned int clk, in cal_odt() 323 static int cal_opts(const unsigned int clk, in cal_opts()
|
| H A D | ddrc.c | 188 int ddrc_set_regs(const unsigned long clk, in ddrc_set_regs()
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1046a/ls1046ardb/ |
| H A D | ddr_init.c | 171 const unsigned long clk = priv->clk / 1000000; in board_static_ddr() local
|
| /rk3399_ARM-atf/drivers/mmc/ |
| H A D | mmc.c | 229 static int mmc_set_ios(unsigned int clk, unsigned int bus_width) in mmc_set_ios() 476 static int mmc_enumerate(unsigned int clk, unsigned int bus_width) in mmc_enumerate() 827 int mmc_init(const struct mmc_ops *ops_ptr, unsigned int clk, in mmc_init()
|
| /rk3399_ARM-atf/plat/xilinx/common/include/ |
| H A D | plat_console.h | 23 uint32_t clk; member
|
| /rk3399_ARM-atf/drivers/rpi3/sdhost/ |
| H A D | rpi3_sdhost.c | 392 static int rpi3_sdhost_set_clock(unsigned int clk) in rpi3_sdhost_set_clock() 424 static int rpi3_sdhost_set_ios(unsigned int clk, unsigned int width) in rpi3_sdhost_set_ios()
|
| /rk3399_ARM-atf/drivers/cadence/emmc/ |
| H A D | cdns_sdmmc.c | 259 void cdns_host_set_clk(uint32_t clk) in cdns_host_set_clk() 304 int cdns_set_ios(unsigned int clk, unsigned int width) in cdns_set_ios()
|
| /rk3399_ARM-atf/drivers/imx/usdhc/ |
| H A D | imx_usdhc.c | 111 static int imx_usdhc_set_clk(unsigned int clk) in imx_usdhc_set_clk() 399 static int imx_usdhc_set_ios(unsigned int clk, unsigned int width) in imx_usdhc_set_ios()
|
| /rk3399_ARM-atf/drivers/synopsys/emmc/ |
| H A D | dw_mmc.c | 157 static void dw_set_clk(int clk) in dw_set_clk() 322 static int dw_set_ios(unsigned int clk, unsigned int width) in dw_set_ios()
|
| /rk3399_ARM-atf/drivers/st/uart/ |
| H A D | stm32_uart.c | 311 int clk; in stm32_uart_init() local
|
| /rk3399_ARM-atf/drivers/st/gpio/ |
| H A D | stm32_gpio.c | 109 int clk; in dt_set_gpio_config() local
|
| /rk3399_ARM-atf/drivers/renesas/common/ddr/ddr_b/ |
| H A D | boot_init_dram_config.c | 1770 void boardcnf_get_brd_clk(uint32_t brd, uint32_t *clk, uint32_t *div) in boardcnf_get_brd_clk()
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_scmi.c | 459 struct stm32_scmi_clk *clk = &res->clock[j]; in stm32mp1_init_scmi_server() local
|
| /rk3399_ARM-atf/include/drivers/nxp/ddr/ |
| H A D | ddr.h | 89 unsigned long clk; member
|
| /rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/ |
| H A D | s32cc-clk-modules.h | 324 static inline bool is_s32cc_clk_mux(const struct s32cc_clk *clk) in is_s32cc_clk_mux() 345 static inline struct s32cc_clkmux *s32cc_clk2mux(const struct s32cc_clk *clk) in s32cc_clk2mux()
|