| /rk3399_ARM-atf/drivers/nxp/clk/s32cc/ |
| H A D | s32cc_clk_drv.c | 37 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 D | s32cc-clk-modules.h | 71 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 D | devapc.c | 93 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 D | mpinfo.h | 53 uint32_t module; member
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1088a/ |
| H A D | soc.def | 75 # Define Endianness of each module
|
| /rk3399_ARM-atf/tools/cot_dt2c/ |
| H A D | pyproject.toml | 51 module = ["igraph", "pydevicetree", "pydevicetree.ast", "plotly", "plotly.graph_objects"] qkey
|
| H A D | poetry.lock | 235 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 D | soc.def | 82 # Define Endianness of each module
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1043a/ |
| H A D | soc.def | 91 # Define Endianness of each module
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1046a/ |
| H A D | soc.def | 91 # Define Endianness of each module
|
| /rk3399_ARM-atf/tools/conventional-changelog-tf-a/ |
| H A D | index.js | 202 module.exports = function (parameter) {
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | xlat-tables-lib-v2-design.rst | 280 - **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 D | debugfs-design.rst | 12 TFTF test payload or a Linux kernel module.
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | contributing.rst | 113 - 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 D | code-review-guidelines.rst | 123 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.cjs | 62 module.exports = {
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 155 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 D | trusted-board-boot.rst | 271 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 D | measured_boot_poc.rst | 74 - **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 D | measured_boot.rst | 152 - Measure the image using a hash function of the crypto module. 225 - The authentication module within the trusted boot framework calls this
|
| H A D | measured_boot_dtpm_poc.rst | 32 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 D | devapc.c | 2393 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 D | security-advisory-tfv-4.rst | 107 authentication module read data outside of what's normally allowed by the
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | porting.rst | 144 on the CP module count for given SoC type.
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 154 command to the tool. This gives the start, end, and size of each module, their
|