Home
last modified time | relevance | path

Searched refs:my_xor (Results 1 – 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog_serial.c626 u8 my_xor = 0x0; in download_command() local
642 address = get_address(&my_xor); in download_command()
646 if (rcv_xor != my_xor) { in download_command()
709 my_xor = rcv_data; in download_command()
735 my_xor ^= *(ramaddress++); in download_command()
738 if (rcv_xor != my_xor) { in download_command()

Completed in 3 milliseconds