Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 30) sorted by relevance

12

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c37 static int set_module_rate(const struct s32cc_clk_obj *module,
40 static int get_module_rate(const struct s32cc_clk_obj *module,
75 static int enable_module(struct s32cc_clk_obj *module,
79 static struct s32cc_clk_obj *get_clk_parent(const struct s32cc_clk_obj *module) in get_clk_parent() argument
81 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_parent()
83 if (clk->module != NULL) { in get_clk_parent()
84 return clk->module; in get_clk_parent()
167 static int enable_osc(struct s32cc_clk_obj *module, in enable_osc() argument
171 const struct s32cc_osc *osc = s32cc_obj2osc(module); in enable_osc()
198 static struct s32cc_clk_obj *get_pll_parent(const struct s32cc_clk_obj *module) in get_pll_parent() argument
[all …]
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h71 enum s32cc_clk_source module; member
83 .module = (MODULE), \
190 struct s32cc_clk_obj *module; member
208 .module = (PARENT_MODULE), \
326 const struct s32cc_clk_obj *module; in is_s32cc_clk_mux() local
328 module = clk->module; in is_s32cc_clk_mux()
329 if (module == NULL) { in is_s32cc_clk_mux()
333 return (module->type == s32cc_clkmux_t) || in is_s32cc_clk_mux()
334 (module->type == s32cc_shared_clkmux_t); in is_s32cc_clk_mux()
351 return s32cc_obj2clkmux(clk->module); in s32cc_clk2mux()
/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() argument
103 apc_index = module / MOD_NO_IN_1_DEVAPC; in set_module_apc()
104 apc_set_index = module % MOD_NO_IN_1_DEVAPC; in set_module_apc()
108 if (slave_type == DAPC_INFRA_SLAVE && module <= SLAVE_INFRA_MAX_INDEX) in set_module_apc()
111 else if (slave_type == DAPC_MM_SLAVE && module <= SLAVE_MM_MAX_INDEX) in set_module_apc()
/rk3399_ARM-atf/include/lib/hob/
H A Dmpinfo.h53 uint32_t module; member
/rk3399_ARM-atf/plat/nxp/soc-ls1088a/
H A Dsoc.def75 # Define Endianness of each module
/rk3399_ARM-atf/tools/cot_dt2c/
H A Dpyproject.toml51 module = ["igraph", "pydevicetree", "pydevicetree.ast", "plotly", "plotly.graph_objects"] qkey
H A Dpoetry.lock235 description = "pyparsing module - Classes and methods to define and execute parsing grammars"
289 description = "module to create simple ASCII tables"
/rk3399_ARM-atf/plat/nxp/soc-ls1028a/
H A Dsoc.def82 # Define Endianness of each module
/rk3399_ARM-atf/plat/nxp/soc-ls1043a/
H A Dsoc.def91 # Define Endianness of each module
/rk3399_ARM-atf/plat/nxp/soc-ls1046a/
H A Dsoc.def91 # Define Endianness of each module
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js202 module.exports = function (parameter) {
/rk3399_ARM-atf/docs/components/
H A Dxlat-tables-lib-v2-design.rst280 - **Core module**
283 translation tables contexts and mapping/unmapping memory regions. This module
289 - **Active context module**
293 This module provides functions such as ``mmap_add_region``, that directly
298 - **Utilities module**
305 - **Architectural module**
374 refer to the comments in the source code of the core module for more details
H A Ddebugfs-design.rst12 TFTF test payload or a Linux kernel module.
/rk3399_ARM-atf/docs/process/
H A Dcontributing.rst113 - At least one code owner for each module modified by the patch. See the
118 - If some module has no code owner, try to identify a suitable (non-code
119 owner) reviewer. Running ``git blame`` on the module's source code can
128 the only code owner of a module modified by the patch. Getting a second pair
145 In the case where a code owner could not be found for a given module,
H A Dcode-review-guidelines.rst123 along with the module(s) they look after.
137 - It fits well in the design of the module.
175 the expert for the relevant module. By approving a patch, you are partially
/rk3399_ARM-atf/
H A D.versionrc.cjs62 module.exports = {
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst155 the Generic code asks recursively the Authentication module what is the parent
158 Authentication module to authenticate it, following the CoT from ROT to Image.
721 **Important**: the authentication module uses these identifiers to index the
727 - ``img_type``: the image parser module uses the image type to call the proper
975 The image parser module relies on libraries to check the image integrity and
993 ``REGISTER_IMG_PARSER_LIB()``. Each time the image parser module needs to access
1004 The cryptographic module relies on a library to perform essential operations
1026 …- Use mbedTLS to parse the ASN1 inputs, and then use the mbedTLS pk module to verify the signature.
1027 - Use mbedTLS to parse the ASN1 inputs, use the mbedTLS pk module to parse the key,
H A Dtrusted-board-boot.rst271 Authentication module included in TF-A.
273 The mechanism used for generating the FIP and the Authentication module are
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot_poc.rst74 - **TPM Kernel module**: In order to interact with the fTPM service, we need
75 a kernel module to forward the request from user space to the secure world.
174 (1) loads the ftpm kernel module and
179 When loading the ftpm kernel module, the fTPM TA is loaded into the secure
434 alias to load the ftpm kernel module returns, and then the TPM PCRs are read
H A Dmeasured_boot.rst152 - Measure the image using a hash function of the crypto module.
225 - The authentication module within the trusted boot framework calls this
H A Dmeasured_boot_dtpm_poc.rst32 expansion module. Measured boot capabilities using the TCG Event Log are
150 module must be aligned to the pins in a specific orientation, match the 3v3
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/devapc/
H A Ddevapc.c2393 uint32_t module, enum DOMAIN_ID domain_id, in set_module_apc() argument
2402 apc_register_index = module / MOD_NO_IN_1_DEVAPC; in set_module_apc()
2403 apc_set_index = module % MOD_NO_IN_1_DEVAPC; in set_module_apc()
2410 (module < SLAVE_NUM_INFRA_AO_SYS0) && in set_module_apc()
2415 (module < SLAVE_NUM_INFRA_AO_SYS1) && in set_module_apc()
2420 (module < SLAVE_NUM_INFRA_AO_SYS2) && in set_module_apc()
2425 (module < SLAVE_NUM_PERI_AO_SYS0) && in set_module_apc()
2430 (module < SLAVE_NUM_PERI_AO_SYS1) && in set_module_apc()
2435 (module < SLAVE_NUM_PERI_AO_SYS2) && in set_module_apc()
2440 (module < SLAVE_NUM_PERI_AO2_SYS0) && in set_module_apc()
[all …]
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-4.rst107 authentication module read data outside of what's normally allowed by the
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst144 on the CP module count for given SoC type.
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst154 command to the tool. This gives the start, end, and size of each module, their

12