Home
last modified time | relevance | path

Searched defs:module (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c79 static struct s32cc_clk_obj *get_clk_parent(const struct s32cc_clk_obj *module) in get_clk_parent()
167 static int enable_osc(struct s32cc_clk_obj *module, in enable_osc()
198 static struct s32cc_clk_obj *get_pll_parent(const struct s32cc_clk_obj *module) in get_pll_parent()
455 static int enable_pll(struct s32cc_clk_obj *module, in enable_pll()
560 static struct s32cc_clk_obj *get_pll_div_parent(const struct s32cc_clk_obj *module) in get_pll_div_parent()
571 static int enable_pll_div(struct s32cc_clk_obj *module, in enable_pll_div()
703 static struct s32cc_clk_obj *get_mux_parent(const struct s32cc_clk_obj *module) in get_mux_parent()
722 static int enable_mux(struct s32cc_clk_obj *module, in enable_mux()
771 static struct s32cc_clk_obj *get_dfs_parent(const struct s32cc_clk_obj *module) in get_dfs_parent()
782 static int enable_dfs(struct s32cc_clk_obj *module, in enable_dfs()
[all …]
/rk3399_ARM-atf/tools/cot_dt2c/
H A Dpyproject.toml51 module = ["igraph", "pydevicetree", "pydevicetree.ast", "plotly", "plotly.graph_objects"] qkey
/rk3399_ARM-atf/include/lib/hob/
H A Dmpinfo.h53 uint32_t module; member
/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/devapc/
H A Ddevapc.c93 static void set_module_apc(enum DAPC_SLAVE_TYPE slave_type, uint32_t module, in set_module_apc()
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/devapc/
H A Ddevapc.c2393 uint32_t module, enum DOMAIN_ID domain_id, in set_module_apc()
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h71 enum s32cc_clk_source module; member
190 struct s32cc_clk_obj *module; member
326 const struct s32cc_clk_obj *module; in is_s32cc_clk_mux() local