Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 94) sorted by relevance

1234

/trusted-firmware-a/lib/romlib/
A Dgen_combined_bl1_romlib.sh8 output="bl1_romlib.bin"
18 output=$2
26 echo usage: gen_combined_bl1_romlib.sh [-o output] path_to_build_directory >&2
53 mv $bin_path/$$.tmp $bin_path/$output
A DMakefile71 $(Q)$(ROMLIB_GEN) genvar --output $@ $<
79 $(Q)$(ROMLIB_GEN) pre --output $@ --deps $(BUILD_DIR)/jmptbl.d $<
92 $(Q)$(ROMLIB_GEN) gentbl --output $@ --bti=$(ENABLE_BTI) $<
A Dromlib_generator.py142 with open(self.config.output, "w") as output_file:
154 deps_file.write(self.config.output + ": " + " \\\n".join(deps) + "\n")
177 with open(self.config.output, "w") as output_file:
256 with open(self.config.output, "w") as output_file:
275 print(called_process_error.output, file=sys.stderr)
/trusted-firmware-a/fdts/
A Dfvp-ve-Cortex-A5x1.dts71 clock-output-names = "oscclk0";
80 clock-output-names = "oscclk1";
89 clock-output-names = "oscclk2";
98 clock-output-names = "oscclk3";
107 clock-output-names = "oscclk4";
116 clock-output-names = "oscclk5";
A Drtsm_ve-motherboard.dtsi36 clock-output-names = "v2m:clk24mhz";
43 clock-output-names = "v2m:refclk1mhz";
50 clock-output-names = "v2m:refclk32khz";
72 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
211 clock-output-names = "v2m:oscclk1";
A Dfvp-foundation-motherboard.dtsi24 clock-output-names = "v2m:clk24mhz";
31 clock-output-names = "v2m:refclk1mhz";
38 clock-output-names = "v2m:refclk32khz";
60 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
A Drtsm_ve-motherboard-aarch32.dtsi37 clock-output-names = "v2m:clk24mhz";
44 clock-output-names = "v2m:refclk1mhz";
51 clock-output-names = "v2m:refclk32khz";
73 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
212 clock-output-names = "v2m:oscclk1";
A Da5ds.dts71 clock-output-names = "apb_pclk";
78 clock-output-names = "apb_pclk";
85 clock-output-names = "smclk";
A Dcorstone700.dtsi54 clock-output-names = "apb_pclk";
62 clock-output-names = "smclk";
70 clock-output-names = "uartclk";
A Dn1sdp-single-chip.dts37 clock-output-names = "iofpga_clk";
44 clock-output-names = "hdlcdclk";
A Dmorello.dtsi88 clock-output-names = "apb_pclk";
95 clock-output-names = "uartclk";
A Dtc.dts301 clock-output-names = "apb_pclk";
308 clock-output-names = "iofpga_clk";
315 clock-output-names = "uartclk";
371 clock-output-names = "pxlclk";
400 clock-output-names = "bp:clock24mhz";
A Darm_fpga.dts71 clock-output-names = "apb_pclk";
78 clock-output-names = "uartclk";
A Dfvp-ve-Cortex-A7x1.dts49 clock-output-names = "smclk";
/trusted-firmware-a/drivers/auth/
A Dcrypto_mod.c118 unsigned int data_len, unsigned char *output) in crypto_mod_calc_hash() argument
122 assert(output != NULL); in crypto_mod_calc_hash()
124 return crypto_lib_desc.calc_hash(alg, data_ptr, data_len, output); in crypto_mod_calc_hash()
/trusted-firmware-a/include/drivers/auth/
A Dcrypto_mod.h53 unsigned int data_len, unsigned char *output);
83 unsigned int data_len, unsigned char *output);
/trusted-firmware-a/tools/nxp/create_pbl/
A DREADME28 -o <output filename> - Name of PBL image generated
29 as an output of the tool.
44 -o Name of output file
/trusted-firmware-a/plat/mediatek/common/drivers/gpio/
A Dmtgpio_common.c59 static void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip() argument
64 assert(output < MT_GPIO_OUT_MAX); in mt_set_gpio_out_chip()
69 if (output == MT_GPIO_OUT_ZERO) { in mt_set_gpio_out_chip()
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.ilg5 Generating output file trustedfirmware-a.ind....done (129 lines written, 0 warnings).
A Dsphinxlatexshadowbox.sty6 % Provides support for this output mark-up from Sphinx latex writer:
96 % output the stored footnotes
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dsearchtools.js139 this.output = $('<ul class="search"/>').appendTo(this.out);
275 Search.output.append(listItem);
290 Search.output.append(listItem);
297 Search.output.append(listItem);
/trusted-firmware-a/plat/mediatek/mt8183/drivers/gpio/
A Dmtgpio.c64 void mt_set_gpio_out_chip(uint32_t pin, int output) in mt_set_gpio_out_chip() argument
69 assert(output < GPIO_OUT_MAX); in mt_set_gpio_out_chip()
74 if (output == GPIO_OUT_ZERO) in mt_set_gpio_out_chip()
/trusted-firmware-a/drivers/auth/mbedtls/
A Dmbedtls_crypto.c219 unsigned int data_len, unsigned char *output) in calc_hash() argument
229 return mbedtls_md(md_info, data_ptr, data_len, output); in calc_hash()
/trusted-firmware-a/plat/allwinner/common/
A Darisc_off.S26 # - Using that mask, activate the core output clamps by setting the
60 l.lwz r5, 0x1500(r13) # core output clamps
/trusted-firmware-a/plat/arm/board/fvp/
A Djmptbl.i7 # The index in the output file will be generated cumulatively in the same

Completed in 19 milliseconds

1234