Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 25 of 26) sorted by relevance

12

/u-boot-v2022.01-rc1/lib/crypt/
A Dcrypt.c34 u8 output[CRYPT_OUTPUT_SIZE], scratch[ALG_SPECIFIC_SIZE]; in crypt_compare() local
63 output, sizeof(output), scratch, in crypt_compare()
64 sizeof(scratch)); in crypt_compare()
72 memset(scratch, 0, sizeof(scratch)); in crypt_compare()
A Dcrypt-port.h24 size_t out_size, void *scratch,
29 size_t out_size, void *scratch,
A Dcrypt-sha256.c81 uint8_t *output, size_t out_size, void *scratch,
86 u8 *output, size_t out_size, void *scratch, in crypt_sha256crypt_rn_wrapped() argument
91 out_size, scratch, scr_size); in crypt_sha256crypt_rn_wrapped()
111 void *scratch, size_t scr_size) in crypt_sha256crypt_rn() argument
121 struct sha256_buffer *buf = scratch; in crypt_sha256crypt_rn()
A Dcrypt-sha512.c81 uint8_t *output, size_t out_size, void *scratch,
86 u8 *output, size_t out_size, void *scratch, in crypt_sha512crypt_rn_wrapped() argument
91 out_size, scratch, scr_size); in crypt_sha512crypt_rn_wrapped()
112 void *scratch, size_t scr_size) in crypt_sha512crypt_rn() argument
122 struct sha512_buffer *buf = scratch; in crypt_sha512crypt_rn()
/u-boot-v2022.01-rc1/arch/powerpc/cpu/mpc85xx/
A Dstart.S178 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l
184 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
187 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
190 ori \scratch, \scratch, \phy_high@l
200 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l
206 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
209 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
212 ori \scratch, \scratch, \phy_high@l
222 ori \scratch, \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@l
234 ori \scratch, \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@l
[all …]
/u-boot-v2022.01-rc1/drivers/usb/ulpi/
A Dulpi.c40 err = ulpi_write(ulpi_vp, &ulpi->scratch, tval); in ulpi_integrity_check()
44 val = ulpi_read(ulpi_vp, &ulpi->scratch); in ulpi_integrity_check()
/u-boot-v2022.01-rc1/common/
A Dbedbug.c762 char scratch[20]; in asmppc() local
773 if (get_word (&ptr, scratch) == 0) in asmppc()
777 if ((opc = find_opcode_by_name (scratch)) == (struct opcode *) 0) { in asmppc()
816 if (get_word (&ptr, scratch) == 0) in asmppc()
821 oper[n_operands]->name, scratch); in asmppc()
825 scratch, err)) == -1) in asmppc()
/u-boot-v2022.01-rc1/drivers/pinctrl/
A Dpinctrl-generic.c348 int count, selector, i, ret, scratch; in pinctrl_generic_set_state_subnode() local
357 pinmux_groups = dev_read_prop(config, "pinmux", &scratch); in pinctrl_generic_set_state_subnode()
/u-boot-v2022.01-rc1/include/usb/
A Dulpi.h196 u8 scratch; /* 0x16 Write */ member
/u-boot-v2022.01-rc1/arch/x86/include/asm/
A Dbootparam.h119 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member
/u-boot-v2022.01-rc1/arch/arm/dts/
A Dzynq-cc108.dts85 label = "qspi-scratch";
A Dast2600.dtsi282 vga_scratch: scratch {
/u-boot-v2022.01-rc1/drivers/serial/
A Dserial_bcm283x_mu.c37 u32 scratch; member
A Dserial_mt7620.c37 u32 scratch; member
/u-boot-v2022.01-rc1/arch/xtensa/cpu/
A Du-boot.lds24 * 'relocatable' exception vectors and provide a scratch memory for the
/u-boot-v2022.01-rc1/drivers/bootcount/
A DKconfig52 scratch register2.
/u-boot-v2022.01-rc1/doc/develop/
A Dpy_testing.rst291 cause U-Boot to start execution from scratch each time. Hopefully your
339 start running from scratch. If the U-Boot binary to be tested has been written
/u-boot-v2022.01-rc1/arch/arm/mach-nexell/
A Dclock.c296 u32 scratch[3]; /* 0x230 ~ 0x238 : Scratch Register */ member
/u-boot-v2022.01-rc1/doc/develop/devicetree/
A Dcontrol.rst78 Failing that, you could write one from scratch yourself!
/u-boot-v2022.01-rc1/doc/arch/
A Dsandbox.rst458 at /scratch/sglass/cosarm/src/third_party/u-boot/files/include/initcall.h:41
/u-boot-v2022.01-rc1/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped729 """Software interface to create a device tree from scratch
/u-boot-v2022.01-rc1/tools/buildman/
A DREADME612 …-ld: BFD (Sourcery G++ Lite 2010q1-202) 2.19.51.20090709 assertion fail /scratch/julian/2010q1-rel…
635 …-ld: BFD (Sourcery G++ Lite 2010q1-202) 2.19.51.20090709 assertion fail /scratch/julian/2010q1-rel…
/u-boot-v2022.01-rc1/doc/develop/package/
A Dbinman.rst1021 scratch.
/u-boot-v2022.01-rc1/tools/binman/
A DREADME.rst1021 scratch.
A Dbinman.rst1021 scratch.

Completed in 77 milliseconds

12