Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 47) sorted by relevance

12

/trusted-firmware-a-latest/include/dt-bindings/pinctrl/
Dstm32-pinfunc.h32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument
34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
/trusted-firmware-a-latest/lib/libc/
Dassert.c21 void __dead2 __assert(const char *file, unsigned int line) in __assert() argument
23 printf("ASSERT: %s:%u\n", file, line); in __assert()
/trusted-firmware-a-latest/plat/arm/board/common/protpk/
DREADME5 generated using the openssl command line tool:
11 command line tool:
/trusted-firmware-a-latest/plat/arm/board/common/swd_rotpk/
DREADME5 generated using the openssl command line tool:
11 command line tool:
/trusted-firmware-a-latest/tools/encrypt_fw/src/
Dmain.c39 char line[HELP_OPT_MAX_LEN]; in print_help() local
56 p = line; in print_help()
66 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
/trusted-firmware-a-latest/tools/memory/memory/
Dmapparser.py31 for line in file.readlines():
32 match = search(pattern, line)
/trusted-firmware-a-latest/lib/romlib/
Dromlib_generator.py59 for line in index_file.readlines():
60 line_elements = line.split()
62 if line.startswith("#") or not line_elements:
83 raise Exception("Invalid line: '" + line + "'")
111 for index, line in enumerate(template_lines):
112 if line.find("*/") != -1:
Djmptbl.i8 # Add "patch" at the end of the line to patch a function. For example:
/trusted-firmware-a-latest/docs/plat/arm/arm_fpga/
Dindex.rst46 The DT gets amended by the code, to potentially add a command line and
52 - ``FPGA_PRELOADED_CMD_LINE`` : Physical address of the command line to
54 a command line can be put somewhere into memory, so that BL31 will
57 actual command line.
61 containing the desired command line, prefixed by the "CMD:" signature.
72 make command line:
89 a Linux initrd image file and possibly a command line:
/trusted-firmware-a-latest/include/lib/libc/
Dassert.h29 void __dead2 __assert(const char *file, unsigned int line);
/trusted-firmware-a-latest/lib/compiler-rt/builtins/
Dint_util.h23 NORETURN void __compilerrt_abort_impl(const char *file, int line,
/trusted-firmware-a-latest/docs/design/
Dtrusted-board-boot-build.rst28 #. To build the FIP image, ensure the following command line variables are set
52 are also read-only, but the value can be specified using the command line
68 Example of command line using RSA development keys:
86 command line. On Arm development platforms like Juno, these are:
91 Example of Juno command line for generating both ``fwu`` and ``fwu_fip``
109 to the command line above.
/trusted-firmware-a-latest/plat/common/
Dubsan.c15 uint32_t line; member
107 loc->file_name, loc->line, loc->column, func); in print_loc()
/trusted-firmware-a-latest/docs/process/
Dcoding-style.rst22 character is used to break a line and reset to the first column.
111 non-printing characters such as the line feed.
120 Functions are usually separated by a single blank line. In certain cases it is
134 is **not** placed on a new line.
146 style, **do** place the opening brace on a new line.
307 * This example illustrates the first allowed style for multi-line comments.
317 * This is the second allowed style for multi-line comments.
328 /* Single line comments can use this format */
333 * This alternative single-line comment style can also be used for emphasis.
373 Groups must be separated by a single blank line for clarity.
Dcommit-style.rst130 with Git's ``-s`` flag. By adding this line the contributor certifies the
138 Ensure that each commit also has a unique ``Change-Id:`` line. If you have
/trusted-firmware-a-latest/tools/cert_create/src/
Dmain.c103 char line[HELP_OPT_MAX_LEN]; in print_help() local
122 p = line; in print_help()
132 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
/trusted-firmware-a-latest/tools/sptool/
Dsp_mk_generator.py91 def is_line_in_sp_gen(line, args :dict): argument
93 sppkg_rule = [l for l in f if line in l]
/trusted-firmware-a-latest/docs/plat/
Dnvidia-tegra.rst80 the image, pass 'SPD=tlkd' on the command line while preparing a bl31 image.
82 'SPD=trusty' on the command line while preparing a bl31 image.
113 to the build command line.
Dqemu-sbsa.rst5 Armv8-A. While running Qemu from command line, we need to supply two Flash
Dallwinner.rst72 can bet set to ``0`` on the build command line, to skip the PMIC setup
142 In order to include the 'opteed' dispatcher in the image, pass 'SPD=opteed' on the command line
/trusted-firmware-a-latest/drivers/brcm/emmc/
Demmc_chal_sd.c831 int32_t chal_sd_reset_line(CHAL_HANDLE *sd_handle, uint32_t line) in chal_sd_reset_line() argument
843 if (flag != (line | flag)) in chal_sd_reset_line()
848 control |= line; in chal_sd_reset_line()
856 } while (control & line); in chal_sd_reset_line()
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-8.rst39 can be seen in the ``lib/el3_runtime/aarch64/context.S`` file at line 339
84 line 19 (referring to the version of the code as of `commit c385955`_):
/trusted-firmware-a-latest/include/drivers/brcm/emmc/
Demmc_chal_sd.h190 int32_t chal_sd_reset_line(CHAL_HANDLE *sdHandle, uint32_t line);
/trusted-firmware-a-latest/docs/plat/st/
Dstm32mp1.rst25 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
40 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
Dstm32mp2.rst20 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:

12